Skip to content

Instantly share code, notes, and snippets.

@thejoecarroll
Created April 2, 2013 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejoecarroll/5295887 to your computer and use it in GitHub Desktop.
Save thejoecarroll/5295887 to your computer and use it in GitHub Desktop.
For the record, these are the permissions and ownership modifications made by a fresh install of homebrew on OS X.
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
==> The following directories will be made group writable:
/usr/local/.
/usr/local/bin
/usr/local/Library
/usr/local/share
/usr/local/share/locale
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/info
/usr/local/share/doc
==> The following directories will have their group set to admin:
/usr/local/.
/usr/local/bin
/usr/local/Library
/usr/local/share
/usr/local/share/locale
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/info
/usr/local/share/doc
@thejoecarroll
Copy link
Author

Just a personal note, copied from the output of the installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment