talosctl-zsh-plugin

February 23, 2024 ยท View on GitHub

talosctl-zsh-plugin is plugin for Talos Linux.

Installation

  1. Clone the repository into a new directory called talosctl:

    git clone https://github.com/rusmephist/talosctl-zsh-plugin.git $ZSH_CUSTOM/plugins/talosctl
    
  2. Add talosctl to your .zshrc file along with other plugins:

    ...
    plugins=(git dnf terraform talosctl)
    ...
    
  3. Reload shell

    exec $SHELL -l