Ubuntu upgrade sudo apt update sudo apt upgrade install oh-my-zsh # install zsh sudo apt-get install zsh -y sudo curl -L http://install.ohmyz.sh | sh chsh -s $(which zsh) git clone git://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone https://github.com/agkozak/zsh-z ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-z git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting plugins=(git zsh-z zsh-syntax-highlighting zsh-autosuggestions) install fzf git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install install npm n => mangage nodejs version curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n bash n lts # Now node and npm are available npm install -g n usage sudo n <node-version