Skip to content

Instantly share code, notes, and snippets.

@ericchansen
Last active October 26, 2018 15:21
Show Gist options
  • Save ericchansen/7b7484643a6315521933c3d075706a7f to your computer and use it in GitHub Desktop.
Save ericchansen/7b7484643a6315521933c3d075706a7f to your computer and use it in GitHub Desktop.
Install the most crucial component of any Ubuntu system
sudo apt-get -y install golang
# Adds to ~/go/bin.
go get -u github.com/jmhobbs/terminal-parrot
echo "export PATH=\"$PATH:/home/eric/go/bin\"" >> ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment