Skip to content

Commit

Permalink
.brew: Add exiv2 and imagemagick (disabled by default)
Browse files Browse the repository at this point in the history
I have some others in my `brew ls` that I’ll probably add soon.
  • Loading branch information
mathiasbynens committed Apr 16, 2012
1 parent 82baf98 commit 6cc82d4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .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
Expand All @@ -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
Expand Down

0 comments on commit 6cc82d4

Please sign in to comment.