Skip to content

Instantly share code, notes, and snippets.

@rhovelz
Created December 9, 2024 09:49
Show Gist options
  • Save rhovelz/1b2a0341a740f59e9c37e1ac3cf3dcd5 to your computer and use it in GitHub Desktop.
Save rhovelz/1b2a0341a740f59e9c37e1ac3cf3dcd5 to your computer and use it in GitHub Desktop.

Setup

  • vim .zshrc
  • paste
  • export GOPATH=$HOME/go
  • export PATH=$PATH:$GOPATH/bin
  • export PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
  • source .zshrc
  • install any packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment