exa
Summary
Section titled “Summary”Installs exa, a modern ls replacement, from a GitHub release binary and installs its Zsh completion file.
Syntax / Usage
Section titled “Syntax / Usage”zi for \ atclone'cp -vf completions/exa.zsh _exa' \ from'gh-r' \ sbin'**/exa -> exa' \ ogham/exaDetails
Section titled “Details”from'gh-r'— downloads the release archive from GitHub Releases.atclone'cp -vf completions/exa.zsh _exa'— copies the bundled Zsh completion file to_exain the plugin directory after the initial download, making it available to Zinit’s completion management.sbin'**/exa -> exa'— creates a shim namedexapointing to the binary anywhere in the archive tree (requireszinit-annex-bin-gem-node).
The annex zdharma-continuum/zinit-annex-bin-gem-node must be loaded before this recipe.
Examples
Section titled “Examples”# prerequisite — load once at the top of .zshrczinit light-mode for zdharma-continuum/zinit-annex-bin-gem-node
zi for \ atclone'cp -vf completions/exa.zsh _exa' \ from'gh-r' \ sbin'**/exa -> exa' \ ogham/exa