diff --git a/INSTALL.md b/INSTALL.md index fef0f2e..d439ef9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,6 +16,16 @@ 3. Start a new terminal session. +### Antigen + +1. Add the following to your `.zshrc`: + + ```sh + antigen bundle zsh-users/zsh-autosuggestions + ``` + +2. Start a new terminal session. + ### Oh My Zsh 1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`)