]> arthur.barton.de Git - ax-zsh.git/blob - plugins/homebrew/README.md
Correctly test XDG_CACHE_HOME for writability for "stamp files"
[ax-zsh.git] / plugins / homebrew / README.md
1 ## homebrew
2
3 Setup "Homebrew" ("The missing package manager for OS X", http://brew.sh):
4
5 - Enable ZSH completions installed by Homebrew formulae.
6 - Install a `brew` wrapper function.
7
8 This wrapper function for the `brew`(1) command does the following:
9
10 - Detect the location of the "real" brew(1) command.
11 - Change user and group when the Homebrew installation is owned by a different
12   user (to preserve sane file permissions).
13 - Set a relaxed umask(1) so that other users can use software installed by
14   Homebrew.
15 - Call the "real" `brew`(1) command.