add readme

This commit is contained in:
James Dixon 2020-09-30 15:04:19 -04:00
parent f00cde50a0
commit 13fdd431eb

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# My Dotfiles
Using [GNU Stow](https://www.gnu.org/software/stow/) to symlink files in this
repo to their correct locations under `$HOME`
Clone this repo in `~` and run the following:
```shell
cd ~/dotfiles && stow *
```