Restructure to monorepo
This commit is contained in:
parent
2d7c3cd696
commit
b37fcbd18f
35 changed files with 1 additions and 2 deletions
22
linux/README.md
Normal file
22
linux/README.md
Normal 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 ~
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue