/OTE

Primary LanguageShell

OTE

sudo apt install -y git

git config --global user.name "{ username }" git config --global user.email "{ mailaddles }"

goenv.sh

exec $SHELL source ~/.bashrc

goupdate.sh

source ~/.bashrc mkdir -p $GOPATH/src/github.com/{ username } cd $GOPATH/src/github.com/{ username }