Setup stow

This commit is contained in:
2019-09-13 19:28:05 -04:00
commit 5b16bf4210
5 changed files with 610 additions and 0 deletions

22
README.md Normal file
View File

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