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

update readme

This commit is contained in:
deadc0de6
2018-07-17 11:48:42 +02:00
parent af7ac510f1
commit 31a64f3cfe

View File

@@ -454,7 +454,7 @@ the following entries:
* `link_by_default`: when importing a dotfile set `link` to that value per default (default *false*)
* **dotfiles** entry: a list of dotfiles
* When `link` is true, dotdrop will create a symlink instead of copying. Template generation (as in [template](#template)) is not supported when `link` is true.
* When `link` is true, dotdrop will create a symlink instead of copying. Template generation (as in [template](#template)) is not supported when `link` is true (default *false*).
* `actions` contains a list of action keys that need to be defined in the **actions** entry below.
* `trans` contains a list of transformation keys that need to be defined in the **trans** entry below.
```