Created
February 12, 2013 05:57
-
-
Save burtlo/4760540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages = %w[ack gmp libvpx pkg-config | |
apple-gcc42 gnupg libxml2 postgresql | |
asciidoc gnutls libxmlsec1 proctools | |
autojump graphviz lighttpd qt | |
boo hub little-cms ragel | |
boost imagemagick lzo readline | |
bsdmake ios-sim mogenerator redis | |
clojure jasper mono rename | |
cmake john mpc rtmpdump | |
docbook jpeg multimarkdown scala | |
ec2-api-tools lame mysql source-highlight | |
elasticsearch libass nettle swig | |
faac libevent nginx texi2html | |
ffmpeg libgcrypt nmap theora | |
fontconfig libgpg-error node tmux | |
fop libmpdclient opencore-amr wkhtmltopdf | |
freetype libogg openvpn x264 | |
fribidi libpng ossp-uuid xvid | |
gdbm libtasn1 p11-kit xz | |
gettext libtiff p7zip yasm | |
gist libtool pcre | |
git libvo-aacenc phantomjs | |
git-extras libvorbis pidof] | |
puts packages.inspect | |
packages.each do |package| | |
puts `brew uninstall #{package}` | |
puts `brew install #{package}` | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment