aboutsummaryrefslogtreecommitdiffstats
path: root/Brewfile
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-03-02 08:24:55 +0100
committerMathias Bynens <mathias@qiwi.be>2014-03-02 08:24:55 +0100
commitc8c23fb4c5bf58a98e28fc5c73fb64d13644deab (patch)
tree6ed3e8130b0b0dbc64bf6391a63ac1529d330c6a /Brewfile
parent79e87d60349c6040b42cfe22d9a7d023314d98b4 (diff)
downloaddotfiles-c8c23fb4c5bf58a98e28fc5c73fb64d13644deab.tar.gz
dotfiles-c8c23fb4c5bf58a98e28fc5c73fb64d13644deab.tar.bz2
dotfiles-c8c23fb4c5bf58a98e28fc5c73fb64d13644deab.zip
Brewfile: install `moreutils`, if only for `sponge`
Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/21
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