aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-03-03 12:32:30 +0100
committerMathias Bynens <mathias@qiwi.be>2014-03-03 12:32:30 +0100
commit90a0c750bb6b8ee230be32202c407a87e0fb3d73 (patch)
treefab8e4b623cc44e02b75553d3955eb0f6136ca53
parente55e5b964d9901a82e78f6a23fc4231376845f97 (diff)
downloaddotfiles-90a0c750bb6b8ee230be32202c407a87e0fb3d73.tar.gz
dotfiles-90a0c750bb6b8ee230be32202c407a87e0fb3d73.tar.bz2
dotfiles-90a0c750bb6b8ee230be32202c407a87e0fb3d73.zip
Brewfile: explicitly list non-default taps
-rwxr-xr-xBrewfile7
1 files 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