Skip to content

Instantly share code, notes, and snippets.

@nickmartini
Created May 29, 2009 18:53
Show Gist options
  • Save nickmartini/120137 to your computer and use it in GitHub Desktop.
Save nickmartini/120137 to your computer and use it in GitHub Desktop.
run 'rm README'
run 'rm public/index.html'
run 'rm public/favicon.ico'
run 'rm public/images/rails.png'
plugin 'authlogic', :git => 'git://github.com/binarylogic/authlogic.git'
plugin 'paperclip', :git => 'git://github.com/thoughtbot/paperclip.git'
file '.gitignore', <<-FILE
.DS_Store
log/*.log
tmp/**/*
FILE
# Set up git repository
git :init
git :add => '.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment