Skip to content

Instantly share code, notes, and snippets.

@atwright147
Last active May 17, 2017 10:37
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 atwright147/b66d4e1b1ee69d2a09c73104d4f497d3 to your computer and use it in GitHub Desktop.
Save atwright147/b66d4e1b1ee69d2a09c73104d4f497d3 to your computer and use it in GitHub Desktop.
Manually install Brew
# FROM: https://github.com/Homebrew/homebrew-core/issues/5084#issuecomment-248834806
cd /usr/local/Homebrew &&\
git init &&\
git remote add origin https://github.com/Homebrew/brew &&\
git fetch --all &&\
git checkout -B master origin/master &&\
cd /usr/local &&\
ln -s /usr/local/Homebrew/bin/brew /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment