Skip to content

Instantly share code, notes, and snippets.

@stuntgoat
Last active December 20, 2015 13:49
Show Gist options
  • Save stuntgoat/6142012 to your computer and use it in GitHub Desktop.
Save stuntgoat/6142012 to your computer and use it in GitHub Desktop.
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
eval `ssh-agent -s`
ssh-add $HOME/.ssh/github # for disco-files repo
ssh-add $HOME/.ssh/nn_trainer_key # for nn_trainer repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment