chore(brew): update Brewfile

This commit is contained in:
Stefan Imhoff
2022-12-16 14:06:31 +01:00
parent 59ed16b1d4
commit 68a3d0deab

View File

@@ -54,6 +54,8 @@ brew "python@3.10"
brew "asciinema" brew "asciinema"
# GNU File, Shell, and Text utilities # GNU File, Shell, and Text utilities
brew "coreutils" brew "coreutils"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3"
# Extendable version manager with support for Ruby, Node.js, Erlang & more # Extendable version manager with support for Ruby, Node.js, Erlang & more
brew "asdf" brew "asdf"
# Bourne-Again SHell, a UNIX command interpreter # Bourne-Again SHell, a UNIX command interpreter
@@ -102,8 +104,6 @@ brew "deno"
brew "diff-so-fancy" brew "diff-so-fancy"
# Load/unload environment variables based on $PWD # Load/unload environment variables based on $PWD
brew "direnv" brew "direnv"
# Pack, ship and run any application as a lightweight container
brew "docker"
# Create Docker hosts locally and on cloud providers # Create Docker hosts locally and on cloud providers
brew "docker-machine" brew "docker-machine"
# Shared library for Watchman and Eden projects # Shared library for Watchman and Eden projects
@@ -134,8 +134,6 @@ brew "jpeg", link: true
brew "zeromq" brew "zeromq"
# Play, record, convert, and stream audio and video # Play, record, convert, and stream audio and video
brew "ffmpeg" brew "ffmpeg"
# GNU compiler collection
brew "gcc"
# Static type checker for JavaScript # Static type checker for JavaScript
brew "flow" brew "flow"
# Command-line outline and bitmap font editor/converter # Command-line outline and bitmap font editor/converter
@@ -144,6 +142,8 @@ brew "fontforge"
brew "fpp" brew "fpp"
# Command-line fuzzy finder written in Go # Command-line fuzzy finder written in Go
brew "fzf" brew "fzf"
# GNU compiler collection
brew "gcc"
# GitHub command-line tool # GitHub command-line tool
brew "gh" brew "gh"
# Distributed revision control system # Distributed revision control system
@@ -252,8 +252,6 @@ brew "neovim"
brew "nghttp2" brew "nghttp2"
# Small build system for use with gyp or CMake # Small build system for use with gyp or CMake
brew "ninja" brew "ninja"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3"
# ISO-C API and CLI for generating UUIDs # ISO-C API and CLI for generating UUIDs
brew "ossp-uuid" brew "ossp-uuid"
# Swiss-army knife of markup format conversion # Swiss-army knife of markup format conversion
@@ -276,6 +274,8 @@ brew "pygobject3"
brew "python@3.8" brew "python@3.8"
# Messaging broker # Messaging broker
brew "rabbitmq" brew "rabbitmq"
# File browser
brew "ranger"
# Install various Ruby versions and implementations # Install various Ruby versions and implementations
brew "ruby-build" brew "ruby-build"
# Ruby version manager # Ruby version manager
@@ -334,6 +334,8 @@ brew "vale"
brew "watchman" brew "watchman"
# Internet file retriever # Internet file retriever
brew "wget" brew "wget"
# Homebrew, but with Docker images
brew "whalebrew"
# Fake keyboard/mouse input and window management for X # Fake keyboard/mouse input and window management for X
brew "xdotool" brew "xdotool"
# JavaScript package manager # JavaScript package manager
@@ -356,8 +358,6 @@ brew "charmbracelet/tap/vhs"
brew "charmbracelet/tap/wishlist" brew "charmbracelet/tap/wishlist"
# CLI tool for CookLang Recipe Markup Language # CLI tool for CookLang Recipe Markup Language
brew "cooklang/tap/cook" brew "cooklang/tap/cook"
# Turns macOS input fields into real vim buffers
brew "felixkratz/formulae/svim"
# prettier, on SPEED! # prettier, on SPEED!
brew "fsouza/prettierd/prettierd" brew "fsouza/prettierd/prettierd"
# The scalable code generator that saves you time. # The scalable code generator that saves you time.
@@ -415,6 +415,8 @@ cask "deepl"
cask "devonthink" cask "devonthink"
# Voice and text chat software # Voice and text chat software
cask "discord" cask "discord"
# App to build and share containerized applications and microservices
cask "docker"
# Client for the Dropbox cloud storage service # Client for the Dropbox cloud storage service
cask "dropbox" cask "dropbox"
# Find files, folders, or contents in any file # Find files, folders, or contents in any file
@@ -636,3 +638,4 @@ mas "Time Sink", id: 404363161
mas "Typeface", id: 1062679359 mas "Typeface", id: 1062679359
mas "Vectornator", id: 1219074514 mas "Vectornator", id: 1219074514
mas "Yoink", id: 457622435 mas "Yoink", id: 457622435
whalebrew "whalebrew/whalesay"