sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install curl git zsh build-essential -y
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sudo chsh -s /usr/bin/zsh
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
tail ~/.bashrc | grep NVM >> ~/.zshrc
git config --global core.editor atom
nvm install 6
nvm alias default 6
npm config set cache-min 99999