zsh-you-should-use

Installation

  1. Clone the repo into your oh-my-zsh plugins directory.
git clone https://github.com/MichaelAquilina/zsh-you-should-use.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/you-should-use
  1. Add you-should-use to the list of plugins in your ~/.zshrc file.
plugins=(
    # other plugins...
    you-should-use
)