mephs / talosctl-zsh-plugin

An omz plugin for talosctl command completion.
Mozilla Public License 2.0
1 stars 0 forks source link

talosctl-zsh-plugin

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