Skip to content

Instantly share code, notes, and snippets.

@573
Last active December 21, 2015 21:39
Show Gist options
  • Save 573/6369756 to your computer and use it in GitHub Desktop.
Save 573/6369756 to your computer and use it in GitHub Desktop.
Steps for installing foundation. Hints: Use your own github.com user name etc. where appropriate :).
pushd /c/Users/daniel/Documents
git clone https://github.com/zurb/foundation.git adopt-foundation
cd adopt-foundation/
git remote rename origin foundation
echo REMINDER create the remote repo named foundation in your own github.com account NOW
git remote add origin [email protected]:573/foundation.git
git branch -m master source
ssh-add ~/.ssh/id_rsa
git push -u origin source
gem install zurb-foundation
compass create foundationapp -r zurb-foundation --using foundation
cd foundationapp/
git init
cp ../.gitignore .gitignore
git add .
git commit -m "the initial foundation files for the webapp."
git remote add origin [email protected]:573/foundation.git
git push -u origin master
cd ..
echo REMINDER edit .gitignore and add foundationapp/ to the ignore patterns NOW
git commit -am "foundationapp folder not to be versionised in source branch."
git push -u origin source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment