Linux command
antibody 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Bundle
antibody bundle < [plugins.txt]
Example
antibody bundle [zsh-users/zsh-autosuggestions]
Update
antibody update
List
antibody list
Initialize
source <(antibody init)
说明
antibody is a fast shell plugin manager written in Go. It downloads and loads Zsh plugins from GitHub or other sources, similar to Antigen but with faster performance. Plugins are specified in a text file with one repository per line. Antibody bundles them into shell code that can be sourced in your .zshrc.
参数
- bundle _plugin_
- Download and print source commands for plugins
- update
- Update all installed plugins
- list
- List installed plugins
- init
- Output initialization code
- purge _plugin_
- Remove a plugin
- home
- Print antibody home directory
FAQ
What is the antibody command used for?
antibody is a fast shell plugin manager written in Go. It downloads and loads Zsh plugins from GitHub or other sources, similar to Antigen but with faster performance. Plugins are specified in a text file with one repository per line. Antibody bundles them into shell code that can be sourced in your .zshrc.
How do I run a basic antibody example?
Run `antibody bundle < [plugins.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does bundle _plugin_ do in antibody?
Download and print source commands for plugins