# zsh-kitty **Repository Path**: mirrors_redxtech/zsh-kitty ## Basic Information - **Project Name**: zsh-kitty - **Description**: A zsh plugin that provides completions for the kitty terminal emulator. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-24 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kitty > kitty is a zsh plugin that provides completions for the `kitty` terminal emulator. ## Installing ### zinit Add this to your zinit config (.zshrc): ```zsh zinit light redxtech/zsh-kitty # it also works with turbo mode: zinit ice wait lucid zinit load redxtech/zsh-kitty ``` ### oh-my-zsh Install it with your favourite zsh package manager, or clone it directly to your `$ZSH_CUSTOM/plugins` directory with git, and add `zsh-kitty` to the plugins array in your `.zshrc` file: ```zsh plugins=(... zsh-kitty) ``` ## Usage Once you install it, you just need to run `__kitty_complete` (put it somewhere in your `.zshrc` after loading your plugins), and completions for the `kitty` command should work! ## Author **kitty** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.