Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 454 Bytes

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