Skip to content

Instantly share code, notes, and snippets.

@dviramontes
Last active January 8, 2023 18:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Brewfile
# install and configuration tools
brew "direnv"
brew "asdf"
brew "nvm"
# utilities
brew "caddy"
brew "watch"
brew "htop"
brew "bat"
brew "rg"
brew "gh"
brew "jq"
# make and build tools
brew "autoconf"
brew "automake"
brew "libtool"
brew "openssl@1.1"
# psql
brew "postgresql@14", restart_service: true, link: true
# protobuf compiler
brew "protobuf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment