1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins) github.com/zsh-users/z…
   git clone [email protected]:zsh-users/zsh-autosuggestions.git
Copy the code
  1. Add the plugin to the list of plugins for Oh My Zsh to load: vim ~/.zshrc
plugins=(
 git
 zsh-autosuggestions
)
source ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
Copy the code
  1. Start a new terminal session.