Install Oh My Zsh
Install Zsh and OhMyZsh
sudo apt-get update
sudo apt-get install zsh
sudo curl -L http://install.ohmyz.sh | sh
Install plugin zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zs...
thuchoang.hashnode.dev1 min read