chezmoi init
This commit is contained in:
commit
530d6d7195
1176 changed files with 111325 additions and 0 deletions
12
dot_oh-my-zsh/plugins/kops/README.md
Normal file
12
dot_oh-my-zsh/plugins/kops/README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# kops
|
||||
|
||||
This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations),
|
||||
the command line interface to get a production grade Kubernetes cluster up and running.
|
||||
|
||||
To use it, add `kops` to the plugins array in your zshrc file.
|
||||
|
||||
```
|
||||
plugins=(... kops)
|
||||
```
|
||||
|
||||
**Author:** [@nmrony](https://github.com/nmrony)
|
3
dot_oh-my-zsh/plugins/kops/kops.plugin.zsh
Normal file
3
dot_oh-my-zsh/plugins/kops/kops.plugin.zsh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [ $commands[kops] ]; then
|
||||
source <(kops completion zsh)
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue