dotfiles/README.md

21 lines
335 B
Markdown
Raw Normal View History

# Dotfiles
2015-11-05 18:15:40 +01:00
To make the files simlinks use
```
stow <folder>
```
2015-11-05 18:15:40 +01:00
For example:
```
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>
```
# Documentation
[Overview](docs/readme.md)