-
-
Save mixmix/1c8c4be494484b917e6207d91951c382 to your computer and use it in GitHub Desktop.
linux node dev env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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