Skip to content

Instantly share code, notes, and snippets.

@dviramontes
Last active January 8, 2023 18:13
Show Gist options
  • Save dviramontes/687b76e00e395b0cb6dc11a73df801f1 to your computer and use it in GitHub Desktop.
Save dviramontes/687b76e00e395b0cb6dc11a73df801f1 to your computer and use it in GitHub Desktop.
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