sudo apt-get install zsh
chsh -s /bin/zsh
sh -c “$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)”
sudo apt-get install autojump
echo “. /usr/share/autojump/autojump.sh” >> KaTeX parse error: Expected '}', got 'EOF' at end of input: {ZDOTDIR:-HOME}/.zshrc
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo “source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh” >> KaTeX parse error: Expected '}', got 'EOF' at end of input: {ZDOTDIR:-HOME}/.zshrc
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
plugins=(zsh-autosuggestions)
sudo apt-get install fonts-powerline