We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b725e7 commit 56ae2ffCopy full SHA for 56ae2ff
Brewfile
@@ -11,6 +11,7 @@ brew "colordiff"
11
brew "findutils"
12
brew "git"
13
brew "gnu-sed"
14
+brew "go"
15
brew "htop"
16
brew "jq"
17
brew "lando"
dotfiles/.zshrc
@@ -112,3 +112,7 @@ PATH="$HOMEBREW_PREFIX/opt/findutils/libexec/gnubin:$PATH"
112
113
# asdf
114
. /opt/homebrew/opt/asdf/libexec/asdf.sh
115
+
116
+# Go
117
+export GOPATH=$HOME/go
118
+export PATH=$PATH:$GOPATH/bin
0 commit comments