From 59b377a6e8de9f38a083e84bb67682a1dab7fc3d Mon Sep 17 00:00:00 2001 From: nath1as Date: Sat, 9 Oct 2021 07:38:42 +0200 Subject: [PATCH] antibody: add page (#6900) --- pages/common/antibody.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/antibody.md 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`