diff --git a/.antidote b/.antidote new file mode 160000 index 0000000..f30bd6f --- /dev/null +++ b/.antidote @@ -0,0 +1 @@ +Subproject commit f30bd6fc607241fcb4bbfbfcc6aac9134749089a diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..78935c6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".antidote"] + path = .antidote + url = https://github.com/mattmc3/antidote.git diff --git a/README.md b/README.md index 69d7de0..9d73cba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # dots2 -More properly managed dotfiles, intended to be used with `stow`: +More properly managed dotfiles. + +## Download + +Clone with the `--recurse-submodules` git flag. + +Alternatively, run: + +``` +git submodule init +git submodule update +``` + +## Install + +intended to be used with `GNU stow`: ``` stow . -t ~