Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 531 Bytes

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