mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
403 B
Plaintext
22 lines
403 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/#Usage>.
|
|
|
|
- Bundle all plugins for static loading:
|
|
|
|
`antibody < {{~/.zsh_plugins.txt}} bundle > {{~/.zsh_plugins.sh}}`
|
|
|
|
- Update all bundles:
|
|
|
|
`antibody update`
|
|
|
|
- List all installed plugins:
|
|
|
|
`antibody list`
|