Skip to content

Instantly share code, notes, and snippets.

@sixfeetover
Created July 6, 2021 11:52
Show Gist options
  • Save sixfeetover/3f4d19294c51d2954f8821bf0b736581 to your computer and use it in GitHub Desktop.
Save sixfeetover/3f4d19294c51d2954f8821bf0b736581 to your computer and use it in GitHub Desktop.
My Brewfile
# taps
brew tap shopify/shopify # toxiproxy
# build
brew 'jemalloc'
# infrastructure tools
brew 'ansible'
brew 'awscli'
brew 'azure-cli'
brew 'consul-template'
brew 'consul'
brew 'packer'
brew 'terraform'
brew 'vault'
# Apps
cask 'rectangle'
cask 'azure-data-studio'
cask 'visual-studio-code'
cask 'docker'
cask 'iterm2'
cask 'rectangle'
cask 'cyberduck'
cask 'github'
cask 'ngrok'
# utilities
brew 'ctop'
brew 'exa'
brew 'fzf'
brew 'htop'
brew 'telnet'
brew 'watch'
brew 'wget'
brew 'youtube-dl'
# dev tools
brew 'git'
brew 'httpie'
brew 'hub'
brew 'jq'
brew 'toxiproxy'
# database
brew 'freetds'
brew 'msodbcsql17'
brew 'mssql-tools'
brew 'postgresql'
brew 'sqlite'
# ruby
brew 'rbenv'
brew 'rbenv-default-gems'
brew 'ruby-build'
# node
brew 'node-build'
brew 'node'
brew 'nodenv'
brew 'yarn'
# mobile
brew 'watchman'
# Other languages
brew 'crystal'
brew 'elixir'
brew 'go'
brew 'lua'
brew 'mono'
brew 'rust'
# Shells
brew 'fish'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment