Skip to content

Instantly share code, notes, and snippets.

@jbr
Created October 4, 2009 04:31
Show Gist options
  • Save jbr/201129 to your computer and use it in GitHub Desktop.
Save jbr/201129 to your computer and use it in GitHub Desktop.
git :init
git :add => "."
git :commit => "-a -m 'Initial commit'"
run "rm public/index.html"
plugin 'freighthopper', :git => 'git://github.com/jbr/freighthopper.git', :submodule => true
plugin 'jrails', :git => 'git://github.com/aaronchi/jrails.git', :submodule => true
plugin 'resourceful_loader', :git => 'git://github.com/jbr/resourceful_loader.git', :submodule => true
plugin 'url_param', :git => 'git://github.com/jbr/url_param.git', :submodule => true
run 'haml --rails .'
run 'yes | compass --rails .'
run 'script/generate cucumber'
git :add => '.'
git :commit => %{-m 'After plugins'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment