Last active
January 8, 2023 18:13
-
-
Save dviramontes/687b76e00e395b0cb6dc11a73df801f1 to your computer and use it in GitHub Desktop.
Brewfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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