HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

antibody — "The fastest" shell plugin manager. More information: <https://getantibody.github.io/#Usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theshellcommandpluginclifastestantibodymanager

Problem

How to use the antibody command: "The fastest" shell plugin manager. More information: <https://getantibody.github.io/#Usage>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/antibody

Revisions (0)

No revisions yet.