brew install go
mkdir ~/.go
vi ~/.bash_profile
export GOPATH=$HOME/.go
export PATH=$PATH:$GOPATH/bin
brew install ghq
vi ~/.gitconfig
[ghq]
root = ~/.ghq
root = ~/.go/src
brew install peco
vi ~/.bash_profile
alias g='cd $(ghq list -p | peco)'