zinit-zsh

Installation
SKILL.md

Zinit ZSH Plugin Manager

Manage zsh plugins, CLI binary installs, and completions with zinit in a dotfiles repo.

Repo Structure

A conventional zinit dotfiles layout. Where the repo is managed with GNU Stow these files symlink into $HOME; adapt the paths for bare-git, chezmoi, or plain copies.

  • .zshrc - main zinit config, plugin definitions, binary installs
  • .config/zsh/ - modular zsh configs loaded via zinit snippet
    • plugins.zsh - additional plugin loads
    • aliases.zsh - shell aliases
    • exports.zsh - PATH and env vars
    • completions.zsh - completion setup
    • completions/ - custom completion files (_just, _inv, etc.)
    • history.zsh, keys.zsh, styles.zsh - other configs

Quick Reference

Installs
2
First Seen
Jun 26, 2026
zinit-zsh — kettleofketchup/dotfiles