diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-06-27 16:00:02 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-06-27 16:00:02 +0200 |
commit | 954ab965618446acda0629e3c60b656fdeff963a (patch) | |
tree | 7fcc8ec7c00fed948362dbfe9232f9b74ba0779b | |
parent | 22ecf0a31ddd89fbf49992f9eecdf942d88bc8e8 (diff) | |
download | dotfiles-954ab965618446acda0629e3c60b656fdeff963a.tar.gz dotfiles-954ab965618446acda0629e3c60b656fdeff963a.tar.bz2 dotfiles-954ab965618446acda0629e3c60b656fdeff963a.zip |
.brew: Install a recent version of `grep`
-rwxr-xr-x | .brew | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,13 @@ brew install wget --enable-iri brew install ringojs brew install narwhal +# Install more recent versions of some OS X tools +brew tap homebrew/dupes +brew install homebrew/dupes/grep +# These two formulae didn’t work well last time I tried them: +#brew install homebrew/dupes/vim +#brew install homebrew/dupes/screen + # Install everything else brew install ack #brew install exiv2 |