Skip to content

chengjk84/doctl-zsh-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

doctl-zsh-completion

ZSH completion for DigitalOcean CI (doctl)

Dependencies

  • 'zsh'
  • 'oh-my-zsh'
  • 'doctl'

Installation using On-my-ZSH

Clone thise repository under current workspace

  git clone https://github.com/chengjk84/doctl-zsh-completion
  cd ./doctl-zsh-completion
  cp -r ./doctl  ~/.oh-my-zsh/custom/plugins/

Load the plugin on .zshrc

  plugins+=(doctl)

Restart your terminal emulator or source the .zshrc file

source ~/.zshrc

Releases

No releases published

Packages

No packages published

Languages