Skip to content

Instantly share code, notes, and snippets.

@tusharmath
Last active August 29, 2015 14:20
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 tusharmath/6c73192f5715ab609f16 to your computer and use it in GitHub Desktop.
Save tusharmath/6c73192f5715ab609f16 to your computer and use it in GitHub Desktop.
NODE Provision (UBUNTU)
### HOW TO USE
### curl -L PATH | sh
# Package Install
sudo apt-get install mosh
# Install via CURL
# Oh My ZSH
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
sudo chsh -s /bin/zsh
zsh
# NVM Startup
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.1/install.sh | bash
. ~/.nvm/nvm.sh
nvm install iojs
nvm alias node iojs
nvm alias default iojs
#TODO: SSH Keygen
zsh
ssh-keygen -t rsa -C "tusharmath@gmail.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment