Added antidote as module
This commit is contained in:
parent
2f8a11d905
commit
cf8b14857f
3 changed files with 20 additions and 1 deletions
1
.antidote
Submodule
1
.antidote
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f30bd6fc607241fcb4bbfbfcc6aac9134749089a
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule ".antidote"]
|
||||||
|
path = .antidote
|
||||||
|
url = https://github.com/mattmc3/antidote.git
|
||||||
17
README.md
17
README.md
|
|
@ -1,6 +1,21 @@
|
||||||
# dots2
|
# 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 ~
|
stow . -t ~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue