Home

Awesome

zsh misc completions

Unix

Perl

dotnet

macOS

Setup example

Add some directory to fpath variables. In the following example, add ~/.zsh/completions.

mkdir -p ~/.zsh/completions
fpath=(~/.zsh/completions $fpath)

Run setup.sh

./setup.sh ~/.zsh/completions