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

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 ~