From c8c23fb4c5bf58a98e28fc5c73fb64d13644deab Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 2 Mar 2014 08:24:55 +0100 Subject: Brewfile: install `moreutils`, if only for `sponge` Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/21 --- Brewfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Brewfile') diff --git a/Brewfile b/Brewfile index 5a7a7fc..ce247ff 100755 --- a/Brewfile +++ b/Brewfile @@ -7,6 +7,8 @@ upgrade # Install GNU core utilities (those that come with OS X are outdated) # Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`. install coreutils +# Install some other useful utilities like `sponge` +install moreutils # Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed install findutils # Install Bash 4 -- cgit v1.2.3