Merge pull request #349 from zsh-users/features/antigen-install-directions

Add install directions for Antigen
pull/350/head
Eric Freese 7 years ago committed by GitHub
commit 07b37fd9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`)

Loading…
Cancel
Save