aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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