Skip to content

Instantly share code, notes, and snippets.

@amowu
Forked from popomore/gist:3794407
Last active December 15, 2015 16:58
Show Gist options
  • Save amowu/5292565 to your computer and use it in GitHub Desktop.
Save amowu/5292565 to your computer and use it in GitHub Desktop.
Install nvm and node on zsh.
git clone git://github.com/creationix/nvm.git ~/.nvm
echo ". ~/.nvm/nvm.sh" >> ~/.zshrc
zsh
nvm install v0.10.0
nvm alias default v0.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment