1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 17:53:52 +00:00
This commit is contained in:
user
2025-05-20 21:56:27 +02:00
parent f007fd8fb2
commit 0cd10441ce
3 changed files with 8 additions and 22 deletions

View File

@@ -236,8 +236,7 @@ dotfiles:
- "*otherdir*"
```
When this option is enabled:
- During **install** operations, any directory matching a pattern in `dir_as_block` will be replaced as a whole, rather than updating individual files
- This option has **no effect** on **compare** operations, which will always show file-by-file differences
This option defaults to an empty list and can be set on any dotfile that represents a directory. It has no effect on dotfiles that are regular files.
Note:
- During **install** operations, any directory matching a pattern in `dir_as_block` will be replaced as a whole
- This option has no effect on **compare** operations, which will always show file-by-file differences
- This option has no effect on dotfiles that are regular files