Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 499 Bytes

homebrew-installer

Wrapper for homebrew installation.

Run this script with:

$ git clone https://github.com/pantarei/homebrew-installer.git /tmp/homebrew-installer
$ cd /tmp/homebrew-installer
$ ./install.sh

For cleanup before reinstall:

rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup && brew prune

License