The solve-stow now backups all conflicted files

This commit is contained in:
Tim
2017-02-07 14:03:16 +01:00
committed by Tim van Veenendaal
parent c6ec8d5031
commit eae4405d5b
3 changed files with 13 additions and 26 deletions

View File

@ -3,3 +3,6 @@ To make the files simlinks use
`stow <folder>`
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>`