Skip to content

Instantly share code, notes, and snippets.

@benjaminhawkeslewis
Created September 13, 2011 14:55
Show Gist options
  • Save benjaminhawkeslewis/1214006 to your computer and use it in GitHub Desktop.
Save benjaminhawkeslewis/1214006 to your computer and use it in GitHub Desktop.
Customizing Mac OS X Snow Leopard
# 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