Skip to content

Instantly share code, notes, and snippets.

@mayocream
Last active December 29, 2021 05:35
Show Gist options
  • Save mayocream/9162e68c42576afa5f5badd10513f1ae to your computer and use it in GitHub Desktop.
Save mayocream/9162e68c42576afa5f5badd10513f1ae to your computer and use it in GitHub Desktop.
ZSH_THEME="robbyrussell"
# https://github.com/SukkaW/zsh-proxy
plugins=(
git
zsh-proxy
)
# Install Go
# China mirror https://studygolang.com/dl
# Offical https://go.dev/doc/install
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:$(go env GOPATH)/bin
@mayocream
Copy link
Author

mayocream commented Feb 4, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment