Skip to content

Instantly share code, notes, and snippets.

@judah-caruso
Created March 3, 2019 00:29
Show Gist options
  • Save judah-caruso/50f21cb44c1f9ca7ae3966ae62e8c0fc to your computer and use it in GitHub Desktop.
Save judah-caruso/50f21cb44c1f9ca7ae3966ae62e8c0fc to your computer and use it in GitHub Desktop.
wget https://dl.google.com/go/go1.12.darwin-amd64.tar.gz
tar -C /usr/local -xvf go1.12.darwin-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go get -u github.com/mum4k/termdash
cd $HOME/go/pkg/mod/github.com/mum4k/termdash/termdash@v0.7.2/termdashdemo
go run termdashdemo.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment