Merge pull request #483 from borekb/patch-1

Added Antibody installation example
This commit is contained in:
Joe Block 2018-06-21 12:21:39 -06:00 committed by GitHub
commit 5ac3f3eea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -931,10 +931,12 @@ Some of the themes listed here require Powerline-compatible fonts, here are a fe
## Installation
### [Antigen](https://github.com/zsh-users/antigen)
### [Antigen](https://github.com/zsh-users/antigen) / [Antibody](https://github.com/getantibody/antibody)
Most of these plugins can be installed by adding `antigen bundle githubuser/reponame` to your .zshrc file. Antigen will handle cloning the plugin for you automatically the next time you start `zsh`. You can also add the plugin to a running ZSH with `antigen bundle githubuser/reponame` for testing before adding it to your `.zshrc`.
[Antibody](https://github.com/getantibody/antibody) works the same, for example, `antibody bundle githubuser/reponame`.
### [dotzsh](https://github.com/dotphiles/dotzsh)
1. Clone new plugins into `.zsh.local/modules`