antidote load [<bundlefile> [<staticfile>]]
antidote-load will turn the bundle file into a static load file and then source it.
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
The default static file is ${ZDOTDIR:-$HOME}/.zsh_plugins.zsh. This can be overridden with the following zstyle:
zstyle ':antidote:static' file /path/to/my/static_file.zsh
-h, --help
[<bundlefile>]
[<staticfile>]
See GitHub Issues: <https://github.com/mattmc3/antidote/issues>
MIT