Skip to content

Instantly share code, notes, and snippets.

@smhz101
Last active August 23, 2018 12:28
Show Gist options
  • Save smhz101/565500ddca42ea47a52db26086408ee6 to your computer and use it in GitHub Desktop.
Save smhz101/565500ddca42ea47a52db26086408ee6 to your computer and use it in GitHub Desktop.
Install HomeBrew on macOS Sierra

Install Homebrew

Installing Homebrew is effortless, open Terminal and enter:

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Unfortunately you can no longer chown /usr/local in High Sierra

$ sudo chown -R $(whoami) $(brew --prefix)/*

Uninstall Homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

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