diff options
-rwxr-xr-x | .brew | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |