Added antidote as module

This commit is contained in:
Luka Jankovic 2024-12-29 10:53:28 +01:00
parent 2f8a11d905
commit cf8b14857f
3 changed files with 20 additions and 1 deletions

1
.antidote Submodule

@ -0,0 +1 @@
Subproject commit f30bd6fc607241fcb4bbfbfcc6aac9134749089a

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule ".antidote"]
path = .antidote
url = https://github.com/mattmc3/antidote.git

View file

@ -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 ~