aboutsummaryrefslogtreecommitdiffstats
path: root/.brew
diff options
context:
space:
mode:
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