diff --git a/zsh/install.sh b/zsh/install.sh index 2003c54..da99cf7 100644 --- a/zsh/install.sh +++ b/zsh/install.sh @@ -12,3 +12,6 @@ echo " - Setting oh-my-zsh theme -" sed -ri 's/ZSH_THEME="(.*?)"/ZSH_THEME="kardan"/g' ~/.zshrc source ~/.zshrc +echo " - Setting up Zsh Plugins - " +git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions +sed -ri 's/plugins=\((.*?)\)/plugins=\(git rails ruby zsh-autosuggestions\)/g' ~/.zshrc