Files
cheatsheet-tldr/antibody
2024-02-21 11:19:49 +00:00

22 lines
396 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`