Skip to content

Instantly share code, notes, and snippets.

@takaheraw
Created January 31, 2016 02:46
Show Gist options
  • Select an option

  • Save takaheraw/b8bc0b9c6e65c6c3a4f6 to your computer and use it in GitHub Desktop.

Select an option

Save takaheraw/b8bc0b9c6e65c6c3a4f6 to your computer and use it in GitHub Desktop.

go

brew install go
mkdir ~/.go
vi ~/.bash_profile
export GOPATH=$HOME/.go
export PATH=$PATH:$GOPATH/bin

ghq

brew install ghq
vi ~/.gitconfig
[ghq]
    root = ~/.ghq
    root = ~/.go/src

peco

brew install peco
vi ~/.bash_profile
alias g='cd $(ghq list -p | peco)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment