Following the instructions from https://golang.org/doc/install
- Download https://golang.org/doc/install?download=go1.13.3.darwin-amd64.pkg
- Run installer
Following the instructions from https://golang.org/doc/install
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"