- zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
- zsh-better-npm-completion
git clone https://github.com/lukechilds/zsh-better-npm-completion.git ~/.oh-my-zsh/custom/plugins/zsh-better-npm-completion
- zsh-nvm
git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm
- zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions && git clone https://github.com/lukechilds/zsh-better-npm-completion.git ~/.oh-my-zsh/custom/plugins/zsh-better-npm-completion && git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
Usually located at ~/.zshrc
, update the plugins
section:
plugins+=(
...other plugins
zsh-autosuggestions
zsh-better-npm-completion
zsh-nvm
zsh-syntax-highlighting
)