The following should be installed and on your PATH
- fzf for selecting from multiple items
-
Clone this repository into
$ZSH_CUSTOM/plugins
(by default~/.oh-my-zsh/custom/plugins
)git clone https://github.com/Game4Move78/zsh-spack ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-spack
-
Add the plugin to the list of plugins for Oh My Zsh to load (inside
~/.zshrc
):plugins=( # other plugins... zsh-spack )