removed windows and linux split subdir

This commit is contained in:
Luka Jankovic 2026-02-03 23:43:22 +01:00
parent 83dda10fa8
commit 065b982734
280 changed files with 9053 additions and 426 deletions

22
README.md Normal file
View file

@ -0,0 +1,22 @@
# dots2
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 ~
```