]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/cask/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / cask / README.md
1 # Cask plugin
2
3 [Cask](https://github.com/cask/cask) is a project management tool for Emacs that helps
4 automate the package development cycle; development, dependencies, testing, building,
5 packaging and more.
6
7 This plugin loads `cask` completion from non-standard locations, such as if installed
8 via Homebrew or others. To enable it, add `cask` to your plugins array:
9
10 ```zsh
11 plugins=(... cask)
12 ```
13
14 Make sure you have the `cask` directory in your `$PATH` before loading Oh My Zsh,
15 otherwise you'll get a "command not found" error.