mkdir <myapp> && cd <myapp>
git clone git://github.com/Problematic/Symfony2Seed.git .
rm -rf .git
cp app/config/parameters.yml.dist app/config/parameters.yml
php bin/vendors install
git init
- Begin work on your project with FOSUserBundle, Twitter Bootstrap, Underscore.js and Backbone.js already set to go for you
There was a Slashdot reference to be made in there, somewhere.