From 0d66f585566345eff29a57ad511ef81cc49850aa Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 22 Mar 2012 16:56:26 +0100 Subject: .brew: Initial commit --- .brew | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .brew (limited to '.brew') 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 -- cgit v1.2.3