Update documentation links and link in main readme

This commit is contained in:
Tim
2021-08-12 18:20:35 +02:00
parent 42584d6da2
commit bbe81e3914
3 changed files with 23 additions and 12 deletions

View File

@ -1,8 +1,21 @@
# dotfiles
# Dotfiles
To make the files simlinks use
`stow <folder>`
```
stow <folder>
```
For example:
`stow bash`
```
stow bash
```
To solve all conflicts: (this will backup all conflicted files to file.back, to delete instead of backup simply uncomment the rm line and comment the mv line)
`./solve-stow.sh <folder>`
```
./solve-stow.sh <folder>
```
# Documentation
[Overview](docs/readme.md)