adding instructions to README for tracking thoughtbot/dotfiles repo
This commit is contained in:
parent
f93e665cbb
commit
36b67fefd4
2 changed files with 19 additions and 13 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -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
|
|
@ -1,13 +0,0 @@
|
|||
h1. thoughtbot dot files
|
||||
|
||||
h2. Install
|
||||
|
||||
Clone this repository, change into the cloned directory, and run:
|
||||
|
||||
<pre>
|
||||
./install.sh
|
||||
</pre>
|
||||
|
||||
This will create symlinks for all config files in your home directory. You can
|
||||
safely run this file multiple times to update.
|
||||
|
Loading…
Add table
Reference in a new issue