Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 567 Bytes

INSTALL.md

File metadata and controls

24 lines (16 loc) · 567 Bytes

Requirements

The following should be installed and on your PATH

  1. fzf for selecting from multiple items

Installation

Oh My Zsh

  1. 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
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=( 
        # other plugins...
        zsh-spack
    )