24 lines
582 B
Markdown
24 lines
582 B
Markdown
# dots
|
|
|
|
A place for backing up my dotfiles.
|
|
|
|
|
|
Easiest installation is to clone repository into home directory -
|
|
|
|
```bash
|
|
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.
|
|
|