1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 08:15:30 +02:00

antibody: add page (#6900)

This commit is contained in:
nath1as 2021-10-09 07:38:42 +02:00 committed by GitHub
parent 92a69cad6e
commit 59b377a6e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/antibody.md Normal file
View file

@ -0,0 +1,16 @@
# 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`