Skip to content

Instantly share code, notes, and snippets.

@frace
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save frace/4a62c1e283cc27a39453 to your computer and use it in GitHub Desktop.

Select an option

Save frace/4a62c1e283cc27a39453 to your computer and use it in GitHub Desktop.
Homebrew setup guide for multiuser read acccess on Mac OS X

Prerequisites

Add admin user for Homebrew management and a standard user for daily work.

Installation

As admin user: 0. umask 002

  1. sudo mkdir /usr/local
  2. sudo chown root:admin /usr/local
  3. Install Homebrew in /usr/local

Daily usage

Execute umask 002 every time once before using the brew command. E.g.

umask 002 ; brew update && brew upgrade

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