mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-18 15:37:56 +00:00
Merge pull request #483 from borekb/patch-1
Added Antibody installation example
This commit is contained in:
commit
5ac3f3eea9
1 changed files with 3 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue