diff options
| author | Simen A. W. Olsen <cobraz@cobraz.no> | 2021-01-01 21:58:32 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <cobraz@cobraz.no> | 2021-01-01 21:58:32 +0100 |
| commit | 0ae9a4f809cc7f48f176a09eda9a6ffe0ecca489 (patch) | |
| tree | 16d56bc9be4e285519d83e16ebce58e66f345a10 /brew.sh | |
| parent | 7734590be711d00cf8727d4991e7e794f0c498ee (diff) | |
| download | dotfiles-0ae9a4f809cc7f48f176a09eda9a6ffe0ecca489.tar.gz dotfiles-0ae9a4f809cc7f48f176a09eda9a6ffe0ecca489.zip | |
update brew.sh
Diffstat (limited to 'brew.sh')
| -rwxr-xr-x | brew.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -55,6 +55,7 @@ brew install woff2 # Programming languages brew install golang +brew install adoptopenjdk8 # Install other useful binaries. brew install ack @@ -78,6 +79,9 @@ brew install emacs brew install nmap brew install pulumi brew install figma +brew tap bufbuild/buf +brew install buf +brew install clang-format # Tooling brew cask install google-chrome @@ -93,6 +97,8 @@ brew cask install docker brew cask install postman brew cask install sonos brew cask install tunnelblick +brew install discord +brew install fork-cleaner # Github CLI brew install gh |
