dot/README.md

28 lines
963 B
Markdown
Raw Normal View History

2019-09-13 23:28:05 +00:00
# dots
A place for backing up my dotfiles.
2019-11-14 14:54:43 +00:00
These configs were created and tested on Manjaro Linux using i3wm, and should only be used on similar systems. Easiest installation is to clone repository into home directory -
2019-09-13 23:28:05 +00:00
```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 ~ .
2019-09-13 23:28:05 +00:00
```
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.
2019-11-14 14:54:43 +00:00
`stow --adopt .` can be used to install conflicting files, but doing so will result in the loss of your local configurations. If you want to keep them, back up the conflicting files output in the error message before running this command.
![desktop](screens/dtop.png)