install basic tools. In terminal :
sudo apt-get update
sudo apt-get install curl git zsh build-essentialInstall 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 | bashref : https://github.com/robbyrussell/oh-my-zsh
- (edge case) - you might need to copy nvm code from
.bashrcto.zshrc - you need to open a new terminal window for nvm to work
nvm install 6
nvm ls
nvm alias default 6
nvm lsgo 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)