Created
September 13, 2011 14:55
-
-
Save benjaminhawkeslewis/1214006 to your computer and use it in GitHub Desktop.
Customizing Mac OS X Snow Leopard
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
# Install Homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" | |
# Brew some packages | |
brew install gawk | |
brew install gnupg | |
brew install bash-completion | |
brew install git | |
brew install yuicompressor | |
brew install tmux | |
brew install s3cmd | |
brew install macvim | |
brew install elinks | |
brew install wget | |
brew install surfraw | |
brew edit jmeter # Update to latest version from http://jakarta.apache.org/jmeter/download_jmeter.cgi | |
brew install jmeter | |
# Perl modules | |
PERL_MM_USE_DEFAULT=1 cpan -i CPAN | |
PERL_MM_USE_DEFAULT=1 cpan -i YAML | |
PERL_MM_USE_DEFAULT=1 cpan -i Test::Harness | |
PERL_MM_USE_DEFAULT=1 cpan -i LWP | |
PERL_MM_USE_DEFAULT=1 cpan -i HTTP::Lite | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment