Reorganize files for easier restoring via stow, more familiar file structure.

This commit is contained in:
2019-10-22 16:04:37 -04:00
parent aaf05c5231
commit b24321d392
49 changed files with 42 additions and 33 deletions

View File

@@ -3,14 +3,20 @@
A place for backing up my dotfiles.
Usage -
Easiest installation is to clone repository into home directory -
```bash
git clone https://github.com/shaunrd0/dot
cd dot/
stow i3 # Install i3 settings
stow bash # Install bash settings
# ... etc ...
git clone https://github.com/shaunrd0/dot ~/dot
cd ~/dot/
stow .
```
If you'd rather clone elsewhere -
```bash
git clone https://github.com/shaunrd0/dot /path/to/dot
cd /path/to/dot/
stow -t ~ .
```
Note that the `dot/packages/` directory is for reference and is the only directory included not meant to be used with stow. If this directory is stowed there will be no real change to the system - you will still need to install the package lists manually.