Skip to content

Instantly share code, notes, and snippets.

@Timer91
Last active February 10, 2017 14:33
Show Gist options
  • Save Timer91/6245a4560f1015c5acf8b53588a69aa7 to your computer and use it in GitHub Desktop.
Save Timer91/6245a4560f1015c5acf8b53588a69aa7 to your computer and use it in GitHub Desktop.
touch ~/.bash_profile
echo "export PATH=$HOME/.homebrew/bin:$HOME/.homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" >> ~/.bash_profile
echo "export MANPATH=$HOME/.homebrew/share/man:$MANPATH" >> ~/.bash_profile
source ~/.bash_profile
bash < <(curl -sL https://raw.github.com/wilmoore/homebrew-home/master/install)
brew install go --cross-compile-common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment