Skip to content

Instantly share code, notes, and snippets.

@benjivesterby
Created December 15, 2021 02:23
Show Gist options
  • Save benjivesterby/d2587b1320220055638bf21a76eb8a79 to your computer and use it in GitHub Desktop.
Save benjivesterby/d2587b1320220055638bf21a76eb8a79 to your computer and use it in GitHub Desktop.
gvm testing
mkdir $HOME/bin && echo 'export PATH="$PATH:$HOME/bin"' >> ~/.zshrc
curl -L https://github.com/devnw/gvm/releases/download/dev/gvm > $HOME/bin/gvm && chmod +x $HOME/bin/gvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment