#!/usr/bin/env ruby
 
site 'http://community.opscode.com/api/v1'
 
cookbook 'apt'
cookbook 'build-essential'


cookbook 'git',     github: 'fnichol/chef-git'
cookbook 'nodejs',  github: 'hectcastro/chef-nodejs'
cookbook 'curl',    github: 'phlipper/chef-curl'
cookbook 'locale'
cookbook 'imagemagick'
cookbook 'xvfb',    github: 'chef-cookbooks/chef-xvfb'
cookbook 'firefox', github: 'substantial/cookbook-firefox'

# Manage ruby installations
cookbook 'rvm', github: 'fnichol/chef-rvm'

# Database
cookbook 'set_locale', github: 'chef-cookbooks/chef-postgres-locale', ref: '0.1.1'
cookbook 'postgresql', github: 'phlipper/chef-postgresql', ref: '0.5.0'


# Terminal utilities
cookbook 'oh_my_zsh', github: 'chef-cookbooks/chef-oh-my-zsh', ref: '0.1.0'
