more complete instructions for flow

This commit is contained in:
Dan Croak 2011-03-24 13:35:49 -04:00
parent 36b67fefd4
commit 2f2d20e714

View file

@ -1,19 +1,36 @@
thoughtbot dotfiles
===================
Flow:
* Fork this repo.
* Clone your fork.
* Install.
* Track thoughtbot/dotfiles.
* Customize in master.
* Update.
Install
-------
Clone this repository, change into the cloned directory, and run:
From your cloned directory:
./install.sh
This will create symlinks for all config files in your home directory. You can
safely run this file multiple times to update.
Tracking thoughtbot
-------------------
Track thoughtbot/dotfiles
-------------------------
git remote add thoughtbot git@github.com:thoughtbot/dotfiles.git
git fetch thoughtbot
git checkout -b thoughtbot thoughtbot/master
Update
------
git checkout thoughtbot
git pull --rebase
git checkout master
git merge thoughtbot