aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-29 07:44:55 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-29 07:44:55 +0200
commit8a79072feb638ab964f4ba6385551be4e7ae3edf (patch)
tree5b84f9149e4936c00cc4cc49c9308262c4596e77
parent3d4c417a4c36b3fcb0f687f2124b76e2689a72eb (diff)
downloaddotfiles-8a79072feb638ab964f4ba6385551be4e7ae3edf.tar.gz
dotfiles-8a79072feb638ab964f4ba6385551be4e7ae3edf.tar.bz2
dotfiles-8a79072feb638ab964f4ba6385551be4e7ae3edf.zip
.brew: Install GNU Find Utilities, `g`-prefixed
Thanks to @jacobj and @olov for the suggestion.
-rwxr-xr-x.brew2
1 files changed, 2 insertions, 0 deletions
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