From 8a79072feb638ab964f4ba6385551be4e7ae3edf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 29 Jul 2012 07:44:55 +0200 Subject: .brew: Install GNU Find Utilities, `g`-prefixed Thanks to @jacobj and @olov for the suggestion. --- .brew | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.brew b/.brew index c7a7e5a..763c794 100755 --- a/.brew +++ b/.brew @@ -9,6 +9,8 @@ brew upgrade # Install GNU core utilities (those that come with OS X are outdated) brew install coreutils echo "Don’t forget to add $(brew --prefix coreutils)/libexec/gnubin to \$PATH." +# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed +echo findutils # Install wget with IRI support brew install wget --enable-iri -- cgit v1.2.3