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
talosctl
to your .zshrc file along with other plugins:... plugins=(git dnf terraform talosctl) ...
-
Reload shell
exec $SHELL -l