install basic tools. In terminal :
sudo apt-get update
sudo apt-get install curl git zsh build-essential
Install oh-my-zsh. In terminal :
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
ref : https://github.com/robbyrussell/oh-my-zsh
Install nvm. In terminal :
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
ref : https://github.com/robbyrussell/oh-my-zsh
- (edge case) - you might need to copy nvm code from
.bashrc
to.zshrc
- you need to open a new terminal window for nvm to work
nvm install 6
nvm ls
nvm alias default 6
nvm ls
go get atom or sublime
In linux when you download the .deb
file, make sure you open your downloads folder and double click on in (otherwise your browser by default will just unzip the file)