diff --git a/pages/common/antibody.md b/pages/common/antibody.md new file mode 100644 index 0000000000..246b2e938e --- /dev/null +++ b/pages/common/antibody.md @@ -0,0 +1,16 @@ +# antibody + +> The fastest shell plugin manager. +> More information: . + +- 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`