Home

Awesome

macOS zsh Completions

Some zsh completion files for macOS specific commands and third party tools.

Pull requests and contributions are welcome!

Setup and Installation

To use mac-zsh-completions on your Mac, follow these steps:

fpath=( ~/Projects/mac-zsh-completions/completions $fpath )
% rm ~/.zcompdump
% compinit

Install via oh-my-zsh

git clone git@github.com:scriptingosx/mac-zsh-completions.git "$ZSH_CUSTOM/plugins/mac-zsh-completions"

Comments and Discussion

Aside from issues and pull request, I suggest the #zsh channel on the MacAdmins Slack for discussion.