aboutsummaryrefslogtreecommitdiffstats
path: root/Brewfile
diff options
context:
space:
mode:
Diffstat (limited to 'Brewfile')
-rwxr-xr-xBrewfile2
1 files changed, 2 insertions, 0 deletions
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