Skip to content

Instantly share code, notes, and snippets.

@mixmix
Created April 18, 2016 00:06
Show Gist options
  • Select an option

  • Save mixmix/1c8c4be494484b917e6207d91951c382 to your computer and use it in GitHub Desktop.

Select an option

Save mixmix/1c8c4be494484b917e6207d91951c382 to your computer and use it in GitHub Desktop.
linux node dev env
sudo apt-get update && apt-get install git curl zsh
# get oh-my-zsh: https://github.com/robbyrussell/oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# make sure zsh is the default shell
# get nvm: https://github.com/creationix/nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
# copy the nvm stuff to your .zshrc
# get atom: atom.io
https://atom.io/download/deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment