diff options
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 |