From 0ae9a4f809cc7f48f176a09eda9a6ffe0ecca489 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Fri, 1 Jan 2021 21:58:32 +0100 Subject: update brew.sh --- brew.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/brew.sh b/brew.sh index 9cd9eb5..f10c95f 100755 --- a/brew.sh +++ b/brew.sh @@ -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 -- cgit v1.2.3