Skip to content

Instantly share code, notes, and snippets.

@feryardiant
Last active October 8, 2016 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feryardiant/3d76ebe19e25fa85a3dc4011b9e8b83b to your computer and use it in GitHub Desktop.
Save feryardiant/3d76ebe19e25fa85a3dc4011b9e8b83b to your computer and use it in GitHub Desktop.
Install NVM
#!/usr/bin/env sh
[ -d ~/.nvm ] && rm -rf ~/.nvm
git clone -q https://github.com/creationix/nvm.git ~/.nvm
cd ~/.nvm && git checkout -q `git describe --abbrev=0 --tags`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment