1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 18:23:58 +00:00
This commit is contained in:
deadc0de6
2018-11-19 09:22:24 +01:00
parent 472f10a78b
commit 0f88bf8b1c

View File

@@ -582,7 +582,7 @@ the following entries:
* `cmpignore`: list of pattern to ignore when comparing (enclose in quotes when using wildcards). * `cmpignore`: list of pattern to ignore when comparing (enclose in quotes when using wildcards).
* `actions`: list of action keys that need to be defined in the **actions** entry below. * `actions`: list of action keys that need to be defined in the **actions** entry below.
* `trans`: list of transformation keys that need to be defined in the **trans** entry below. * `trans`: list of transformation keys that need to be defined in the **trans** entry below.
* `ignoreempty`: if true empty template will not be deployed (default global value of `ignoreempty` above) * `ignoreempty`: if true empty template will not be deployed (defaults to the value of `ignoreempty` above)
```yaml ```yaml
<dotfile-key-name>: <dotfile-key-name>:
@@ -637,7 +637,7 @@ the following entries:
* **dynvariables** entry (optional): a list of interpreted variables (see [Interpreted variables](#interpreted-variables)) * **dynvariables** entry (optional): a list of interpreted variables (see [Interpreted variables](#interpreted-variables))
``` ```
<variable-name>: <shell-oneliner>> <variable-name>: <shell-oneliner>
``` ```
## All dotfiles for a profile ## All dotfiles for a profile