diff --git a/zsh_install.sh b/zsh_install.sh index 8f4b8b0..187358c 100644 --- a/zsh_install.sh +++ b/zsh_install.sh @@ -10,6 +10,8 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install. sed -i 's/ZSH_THEME=.*/ZSH_THEME="bureau"/' ~/.zshrc +zsh + git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions sed -i 's/plugins=(git)/plugins=(\ngit\nzsh-autosuggestions\n)/' ~/.zshrc