| ANTIDOTE-INSTALL(1) | Antidote Manual | ANTIDOTE-INSTALL(1) |
NAME¶
antidote-install - install a bundle
SYNOPSIS¶
antidote install [-h|--help] [-k|--kind <kind>] [-p|--path <path>] [-a|--autoload <path>] [-c|--conditional <func>] [--pre <func>] [--post <func>] [-b|--branch <branch>] <bundle> [<bundlefile>]
DESCRIPTION¶
antidote-install clones a new bundle and adds it to your plugins file.
The default bundle file is ${ZDOTDIR:-$HOME}/.zsh_plugins.txt. This can be overridden with the following zstyle:
zstyle ':antidote:bundle' file /path/to/my/bundle_file.txt
OPTIONS¶
-h, --help
-k, --kind <kind>
-p, --path <path>
-b, --branch <branch>
-a, --autoload <path>
-c, --conditional <func>
--pre <func>
--post <func>
<bundle>
[<bundlefile>]
EXAMPLES¶
antidote install zsh-users/zsh-history-substring-search
BUGS¶
See GitHub Issues: <https://github.com/mattmc3/antidote/issues>
AUTHORS¶
LICENSE¶
MIT
| 2026-01-19 | antidote |