Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 868 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 868 Bytes

Homebrew Cask Completion

Bash and fish auto-completion scripts for brew-cask. Does not work for brew cask currently.

If you looking for zsh support, please use oh-my-zsh.

Installation

Just type:

brew install homebrew/completions/brew-cask-completion

Or:

brew tap homebrew/completions
brew install brew-cask-completion

Manual Installation

Bash:

git clone https://github.com/xyb/homebrew-cask-completion.git
cd homebrew-cask-completion/
ln -s $(pwd)/homebrew-cask-completion.bash $(brew --prefix)/etc/bash_completion.d/brew-cask

Fish:

git clone https://github.com/xyb/homebrew-cask-completion.git
cd homebrew-cask-completion/
mkdir -p ~/.config/fish/completions
ln -s $(pwd)/brew-cask.fish ~/.config/fish/completions