talosctl-zsh-plugin
February 23, 2024 ยท View on GitHub
talosctl-zsh-plugin is plugin for Talos Linux.
Installation
-
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