diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-04-14 15:18:13 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-04-14 15:18:27 +0200 |
commit | 7fef769f9c48694c549c204d4631f741801f3acf (patch) | |
tree | d9ba1314818f5544491c98fd011ba50c4a417fd0 /Brewfile | |
parent | 233f2be0a6f5af056ba7e956b3d7b227af283bf9 (diff) | |
download | dotfiles-7fef769f9c48694c549c204d4631f741801f3acf.tar.gz dotfiles-7fef769f9c48694c549c204d4631f741801f3acf.tar.bz2 dotfiles-7fef769f9c48694c549c204d4631f741801f3acf.zip |
Brewfile: Install GNU `sed`
Diffstat (limited to 'Brewfile')
-rwxr-xr-x | Brewfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,8 +12,10 @@ upgrade install coreutils # Install some other useful utilities like `sponge` install moreutils -# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed +# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed install findutils +# Install GNU `sed`, overwriting the built-in `sed` +install gnu-sed --default-names # Install Bash 4 install bash |