项目作者: chengjk84

项目描述 :
ZSH completion for DigitalOcean CI
高级语言: Shell
项目地址: git://github.com/chengjk84/doctl-zsh-completion.git
创建时间: 2018-04-24T00:23:11Z
项目社区:https://github.com/chengjk84/doctl-zsh-completion

开源协议:MIT License

下载


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

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

Load the plugin on .zshrc

  1. plugins+=(doctl)

Restart your terminal emulator or source the .zshrc file

  1. source ~/.zshrc