22 lines
244 B
Markdown
22 lines
244 B
Markdown
# 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 ~
|
|
```
|