From 90a0c750bb6b8ee230be32202c407a87e0fb3d73 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 3 Mar 2014 12:32:30 +0100 Subject: Brewfile: explicitly list non-default taps --- Brewfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Brewfile b/Brewfile index 5270106..f0a2961 100755 --- a/Brewfile +++ b/Brewfile @@ -24,10 +24,8 @@ install narwhal # Install more recent versions of some OS X tools install vim --override-system-vi -tap homebrew/dupes install homebrew/dupes/grep -tap josegonzalez/homebrew-php -install php55 +install josegonzalez/homebrew-php/php55 # This formula didn’t work well last time I tried it: #install homebrew/dupes/screen @@ -48,8 +46,7 @@ install webkit2png install zopfli install p7zip -tap homebrew/versions -install lua52 +install homebrew/versions/lua52 # Remove outdated versions from the cellar cleanup -- cgit v1.2.3