talosctl-zsh-plugin is plugin for Talos Linux.
-
Clone the repository into a new directory called
talosctl:git clone https://github.com/rusmephist/talosctl-zsh-plugin.git $ZSH_CUSTOM/plugins/talosctl -
Add
talosctlto your .zshrc file along with other plugins:... plugins=(git dnf terraform talosctl) ...
-
Reload shell
exec $SHELL -l