Ubuntu 20.04 LTS personal zsh setup
sudo apt install zsh zsh-syntax-highlighting zsh-autosuggestions autojump
wget https://raw.githubusercontent.com/PengyiPan/zsh_ubuntu_setup/master/.zshrc -O ~/.zshrc
mkdir -p "$HOME/.zsh"
wget https://raw.githubusercontent.com/PengyiPan/zsh_ubuntu_setup/master/.aliasrc -O ~/.zsh/aliasrc
git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"
chsh -s $(which zsh) # May need to log out and back in to take effect
Reference: https://www.christitus.com/zsh/