Skip to content
vsbuffalo edited this page Nov 13, 2014 · 1 revision

Allow homebrew to use bottles:

$ xcode-select --install

Clear out dependencies for a formula

$ brew deps <formula> | xargs -n1 brew rm

Send all logs to Gist:

$ brew gist-log <formula>
Clone this wiki locally