Skip to content

Commit

Permalink
adding instructions to README for tracking thoughtbot/dotfiles repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Mar 24, 2011
1 parent f93e665 commit 36b67fe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
thoughtbot dotfiles
===================

Install
-------

Clone this repository, change into the cloned directory, and run:

./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
-------------------

git remote add thoughtbot git@github.com:thoughtbot/dotfiles.git
git fetch thoughtbot
git checkout -b thoughtbot thoughtbot/master
13 changes: 0 additions & 13 deletions README.textile

This file was deleted.

0 comments on commit 36b67fe

Please sign in to comment.