Skip to main content
7 events
when toggle format what by license comment
S Apr 14, 2015 at 18:40 history edited Ramhound CC BY-SA 3.0
Fixed broken link to Homebrew Formula Cookbook
S Apr 14, 2015 at 18:40 history suggested rhymes_with_dorange CC BY-SA 3.0
Fixed broken link to Homebrew Formula Cookbook
Apr 14, 2015 at 18:37 review Suggested edits
S Apr 14, 2015 at 18:40
Dec 29, 2012 at 21:32 vote accept ricardo
Dec 29, 2012 at 7:50 comment added slhck True, that does make sense but requires a little Git knowledge. If it's just one formula, I personally would probably just edit it in the Master and forget about it.
Dec 29, 2012 at 7:49 comment added echristopherson And if you know Git at all, you'll probably want to make your custom edit in its own branch. The formulas are all in /usr/local/Library/Formula, which is in a Git repository rooted at /usr/local. Unfortunately Homebrew doesn't look at different branches when installing formulas, so in order to install your custom formula in this case you need to go to the repo, change to your branch, run git install vim (or whatever formula), and then change back to master. That's what was recommended to me, anyway.
Dec 29, 2012 at 6:23 history answered slhck CC BY-SA 3.0