aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-12 21:21:14 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-12 21:38:00 +0200
commit5f70389b0bd97df7dc4f073c3088f8f7210336d7 (patch)
treebf57822277b0be5251e23f05e9a5787c030ada96
parent9cf197818b1314affe874996d8ef8aa069491f3a (diff)
downloaddotfiles-5f70389b0bd97df7dc4f073c3088f8f7210336d7.tar.gz
dotfiles-5f70389b0bd97df7dc4f073c3088f8f7210336d7.tar.bz2
dotfiles-5f70389b0bd97df7dc4f073c3088f8f7210336d7.zip
.brew: Install Bash 4
-rwxr-xr-x.brew2
l---------bin/bash1
2 files changed, 3 insertions, 0 deletions
diff --git a/.brew b/.brew
index 4c055c2..2623ccc 100755
--- a/.brew
+++ b/.brew
@@ -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