Skip to content

Commit

Permalink
Updated slightly for my needs.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottl committed Feb 18, 2012
1 parent 177803f commit 70e03aa
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions mac
Expand Up @@ -17,9 +17,6 @@ echo "Put Homebrew location earlier in PATH ..."
export PATH='/usr/local/bin:$PATH'" >> ~/.zshrc
source ~/.zshrc

echo "Installing Postgres, a good open source relational database ..."
brew install postgres --no-python

echo "Installing Redis, a good key-value database ..."
brew install redis

Expand All @@ -35,12 +32,19 @@ echo "Installing ImageMagick, good for cropping and re-sizing images ..."
echo "Installing QT, used by Capybara Webkit for headless Javascript integration testing ..."
brew install qt

echo "Installing Midnight Commander, because i'm old school like that ..."
brew install midnight-commander

echo "Installing RVM (Ruby Version Manager) ..."
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
echo "
# RVM
[[ -s '/Users/`whoami`/.rvm/scripts/rvm' ]] && source '/Users/`whoami`/.rvm/scripts/rvm'" >> ~/.zshrc
source ~/.zshrc

bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/ruby)
bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/heroku)
bash < <(curl -s https://raw.github.com/cobrakai/laptop/master/ruby)
bash < <(curl -s https://raw.github.com/cobrakai/laptop/master/heroku)

echo "Installing MySQL, don't forget the post install steps ..."
brew install mysql

0 comments on commit 70e03aa

Please sign in to comment.