Navigation Menu

Skip to content

Downager/zsh-helmfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

zsh-helmfile

Installation

Oh My Zsh

  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)

    git clone https://github.com/Downager/zsh-helmfile ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-helmfile
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=(zsh-helmfile)