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

update readme

This commit is contained in:
deadc0de6
2019-02-02 22:47:59 +01:00
parent 8442904006
commit c87539144f

View File

@@ -646,7 +646,7 @@ the following entries:
* `dst`: where this dotfile needs to be deployed (can use `variables` and `dynvariables`, make sure to quote).
* `src`: dotfile path within the `dotpath` (can use `variables` and `dynvariables`, make sure to quote).
* `link`: if true dotdrop will create a symlink instead of copying (default *false*).
* `link_children`: if true dotdrop will create a symlink for each files under `src` (default *false*).
* `link_children`: if true dotdrop will create a symlink for each file under `src` (default *false*).
* `cmpignore`: list of pattern to ignore when comparing (enclose in quotes when using wildcards).
* `upignore`: list of pattern to ignore when updating (enclose in quotes when using wildcards).
* `actions`: list of action keys that need to be defined in the **actions** entry below.