my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
342 B

3 years ago
  1. # kops
  2. This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations),
  3. the command line interface to get a production grade Kubernetes cluster up and running.
  4. To use it, add `kops` to the plugins array in your zshrc file.
  5. ```
  6. plugins=(... kops)
  7. ```
  8. **Author:** [@nmrony](https://github.com/nmrony)