Is it possible to have a program installed with this role that is only installed via autoload?
For example, I wish to have zmv installed, along with all the other extras (powerlevel10k, zsh-autosuggestions, etc.). However, I don't think I can simply add it to the zsh_antigen_bundles_extras variable because it's not considered a bundle. According to my research, it can only be installed by running autoload zmv on the shell. The same goes for another program called zcalc.
The same goes for enabling built-in oh-my-zsh plugins. I'd like to enable npm and sudo, but I don't know how to do it with this role, short of manually editing the .zshrc.local file after running it.
Is there a way to install these things with this role instead?
Is it possible to have a program installed with this role that is only installed via
autoload
?For example, I wish to have
zmv
installed, along with all the other extras (powerlevel10k, zsh-autosuggestions, etc.). However, I don't think I can simply add it to thezsh_antigen_bundles_extras
variable because it's not considered a bundle. According to my research, it can only be installed by runningautoload zmv
on the shell. The same goes for another program calledzcalc
.The same goes for enabling built-in oh-my-zsh plugins. I'd like to enable
npm
andsudo
, but I don't know how to do it with this role, short of manually editing the.zshrc.local
file after running it.Is there a way to install these things with this role instead?