sudo apt-get install -y git zsh chsh -s $(which zsh) sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" # Automatically load the linux .zshrc from above curl https://gist.github.com/Gram21/35dc66c4673bb63fa8c1/raw/base.zshrc > ~/.zshrc # Install zsh syntax highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting