Skip to content

Instantly share code, notes, and snippets.

View Timer91's full-sized avatar

Timer91

  • Paris
View GitHub Profile
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