From 6cc82d4cc5ce2596ff1d6cb240631164addbb7da Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 16 Apr 2012 11:17:49 +0200 Subject: .brew: Add `exiv2` and `imagemagick` (disabled by default) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have some others in my `brew ls` that I’ll probably add soon. --- .brew | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.brew') diff --git a/.brew b/.brew index 390cff3..c1aa222 100755 --- a/.brew +++ b/.brew @@ -1,5 +1,8 @@ -# Make sure we’re using the latest Homebrew, and upgrade any already-installed formulae -brew update && brew upgrade +# Make sure we’re using the latest Homebrew +brew update + +# Upgrade any already-installed formulae +brew upgrade # Install wget with IRI support brew install wget --enable-iri @@ -9,9 +12,11 @@ brew install wget --enable-iri brew install ringojs brew install narwhal -# Everything else +# Install everything else brew install ack +brew install exiv2 brew install git +brew install imagemagick brew install lynx brew install node brew install rename -- cgit v1.2.3