diff options
-rwxr-xr-x | .brew | 2 | ||||
l--------- | bin/bash | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,8 @@ brew install coreutils echo "Don’t forget to add $(brew --prefix coreutils)/libexec/gnubin to \$PATH." # Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed brew install findutils +# Install Bash 4 +brew install bash # Install wget with IRI support brew install wget --enable-iri diff --git a/bin/bash b/bin/bash new file mode 120000 index 0000000..5bda434 --- /dev/null +++ b/bin/bash @@ -0,0 +1 @@ +/usr/local/Cellar/bash/4.2.10/bin/bash
\ No newline at end of file |