aboutsummaryrefslogtreecommitdiffstats
path: root/Brewfile
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-04-14 15:18:13 +0200
committerMathias Bynens <mathias@qiwi.be>2014-04-14 15:18:27 +0200
commit7fef769f9c48694c549c204d4631f741801f3acf (patch)
treed9ba1314818f5544491c98fd011ba50c4a417fd0 /Brewfile
parent233f2be0a6f5af056ba7e956b3d7b227af283bf9 (diff)
downloaddotfiles-7fef769f9c48694c549c204d4631f741801f3acf.tar.gz
dotfiles-7fef769f9c48694c549c204d4631f741801f3acf.tar.bz2
dotfiles-7fef769f9c48694c549c204d4631f741801f3acf.zip
Brewfile: Install GNU `sed`
Diffstat (limited to 'Brewfile')
-rwxr-xr-xBrewfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Brewfile b/Brewfile
index 213947b..b1e50f3 100755
--- a/Brewfile
+++ b/Brewfile
@@ -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