1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 21:58:02 +00:00

remove un-managed for #403

This commit is contained in:
deadc0de6
2023-09-22 13:52:14 +02:00
parent 235614da9a
commit faf9944a0f
5 changed files with 167 additions and 32 deletions

1
docs/usage.md vendored
View File

@@ -97,6 +97,7 @@ Some available options:
* `-a`/`--force-actions`: Force the execution of actions even if the dotfiles are not installed (see [Fake dotfile and actions](config/config-actions.md#fake-dotfile-and-actions) as an alternative)
* `-f`/`--force`: Do not ask for any confirmation
* `-W`/`--workdir-clear`: Clear the `workdir` before installing dotfiles (see [the config entry](config/config-config.md) `clear_workdir`)
* `-R`/`remove-existing`: Applies to directory dotfiles only (`nolink`) and will remove files not managed by dotdrop in the destination directory
To ignore specific patterns during installation, see [the ignore patterns](config/config-file.md#ignore-patterns).