aboutsummaryrefslogtreecommitdiffstats
path: root/.brew
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-03-22 16:56:26 +0100
committerMathias Bynens <mathias@qiwi.be>2012-03-22 16:56:26 +0100
commit0d66f585566345eff29a57ad511ef81cc49850aa (patch)
treeb1d719be90e3f38409c2c278b06946c9e273a0bb /.brew
parent36666d6b7214ef4537ed336ac6513ea80c15aa70 (diff)
downloaddotfiles-0d66f585566345eff29a57ad511ef81cc49850aa.tar.gz
dotfiles-0d66f585566345eff29a57ad511ef81cc49850aa.tar.bz2
dotfiles-0d66f585566345eff29a57ad511ef81cc49850aa.zip
.brew: Initial commit
Diffstat (limited to '.brew')
-rw-r--r--.brew20
1 files changed, 20 insertions, 0 deletions
diff --git a/.brew b/.brew
new file mode 100644
index 0000000..390cff3
--- /dev/null
+++ b/.brew
@@ -0,0 +1,20 @@
+# Make sure we’re using the latest Homebrew, and upgrade any already-installed formulae
+brew update && brew upgrade
+
+# Install wget with IRI support
+brew install wget --enable-iri
+
+# Install RingoJS and Narwhal
+# Note that the order in which these are installed is important; see http://git.io/brew-narwhal-ringo.
+brew install ringojs
+brew install narwhal
+
+# Everything else
+brew install ack
+brew install git
+brew install lynx
+brew install node
+brew install rename
+brew install rhino
+brew install tree
+brew install webkit2png \ No newline at end of file