From 86564416ba920ba69b0336bb65fac8d519bd6594 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Fri, 25 Oct 2019 14:25:50 +0200 Subject: [PATCH] add Golang --- Brewfile | 1 + dot_zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/Brewfile b/Brewfile index a19d504..c596dd5 100644 --- a/Brewfile +++ b/Brewfile @@ -120,3 +120,4 @@ brew "nushell" brew "kubectl" brew "kubectx" brew "packer" +brew "go" diff --git a/dot_zshrc b/dot_zshrc index f624a5a..3ce4617 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -119,4 +119,5 @@ case "$(uname -s)" in export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin" ;; esac +export GOPATH="$HOME/go" export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"