mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:06:00 +02:00
17 lines
301 B
Markdown
17 lines
301 B
Markdown
![]() |
# antibody
|
||
|
|
||
|
> The fastest shell plugin manager.
|
||
|
> More information: <https://getantibody.github.io>.
|
||
|
|
||
|
- Bundle all plugins for static loading:
|
||
|
|
||
|
`antibody bundle < {{~/.zsh_plugins.txt}} > {{~/.zsh_plugins.sh}}`
|
||
|
|
||
|
- Update all bundles:
|
||
|
|
||
|
`antibody update`
|
||
|
|
||
|
- List all installed plugins:
|
||
|
|
||
|
`antibody list`
|