From 7fef769f9c48694c549c204d4631f741801f3acf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 14 Apr 2014 15:18:13 +0200 Subject: Brewfile: Install GNU `sed` --- Brewfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Brewfile') 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 -- cgit v1.2.3