ohmyzsh/plugins/timoni
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-11-19 21:11:51 +01:00
..
README.md feat(timoni): add completion plugin (#12802) 2024-11-19 21:11:51 +01:00
timoni.plugin.zsh feat(timoni): add completion plugin (#12802) 2024-11-19 21:11:51 +01:00

Timoni plugin

This plugin adds completion for Timoni, a package manager for Kubernetes, powered by CUE and inspired by Helm.

To use it, add timoni to the plugins array in your zshrc file:

plugins=(... timoni)