23 lines
334 B
Markdown
23 lines
334 B
Markdown
# dots
|
|
|
|
A place for backing up my dotfiles.
|
|
|
|
|
|
Usage -
|
|
|
|
```bash
|
|
git clone https://github.com/shaunrd0/dot
|
|
cd dot/
|
|
stow i3 # Install i3 settings
|
|
stow bash # Install bash settings
|
|
# ... etc ...
|
|
```
|
|
|
|
Initially, if forking this to make your own repo, may need to use `stow --adopt` -
|
|
|
|
```bash
|
|
stow --adopt i3/
|
|
stow --adopt bash/
|
|
```
|
|
|