aboutsummaryrefslogtreecommitdiffstats
path: root/.brew
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-16 11:17:49 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-16 11:17:49 +0200
commit6cc82d4cc5ce2596ff1d6cb240631164addbb7da (patch)
treec5cfa2d0edd392ac256b0516cfa794ed41bde0ce /.brew
parent82baf9874575e4e89c04f2e653a00c9258fa18f1 (diff)
downloaddotfiles-6cc82d4cc5ce2596ff1d6cb240631164addbb7da.tar.gz
dotfiles-6cc82d4cc5ce2596ff1d6cb240631164addbb7da.tar.bz2
dotfiles-6cc82d4cc5ce2596ff1d6cb240631164addbb7da.zip
.brew: Add `exiv2` and `imagemagick` (disabled by default)
I have some others in my `brew ls` that I’ll probably add soon.
Diffstat (limited to '.brew')
-rwxr-xr-x.brew11
1 files changed, 8 insertions, 3 deletions
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