sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
- Download zsh-syntax-highlighting by
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
- Download zsh-artisan by
git clone https://github.com/jessarcher/zsh-artisan.git ~/.oh-my-zsh/custom/plugins/artisan
-
nano ~/.zshrc
findplugins=(git)
-
Append
zsh-autosuggestions & zsh-syntax-highlighting & zsh-artisan
toplugins()
like this
plugins=(git zsh-autosuggestions zsh-syntax-highlighting artisan)
- Reopen terminal