Add README.md

This commit is contained in:
Zachary Dunn 2019-08-17 10:44:45 -04:00
parent 5f7aeaccbc
commit ef9a24e063
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# dotfiles
My collection of dotfiles based on
[this](https://www.anand-iyer.com/blog/2018/a-simpler-way-to-manage-your-dotfiles.html)
post.
## Setup a New Machine
Run the following command to use these dotfiles
```
git clone --separate-git-dir=$HOME/.dotfiles https://tildegit.org/zack/dotfiles.git ~
```