diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-03-02 08:24:55 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-03-02 08:24:55 +0100 |
commit | c8c23fb4c5bf58a98e28fc5c73fb64d13644deab (patch) | |
tree | 6ed3e8130b0b0dbc64bf6391a63ac1529d330c6a | |
parent | 79e87d60349c6040b42cfe22d9a7d023314d98b4 (diff) | |
download | dotfiles-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
-rwxr-xr-x | Brewfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |