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

doc update doc

This commit is contained in:
deadc0de6
2020-09-13 22:01:46 +02:00
parent d4051a4942
commit b024891af1
19 changed files with 990 additions and 1018 deletions

View File

@@ -46,12 +46,12 @@ Dotdrop will then automagically include the files into your vimrc when handling
# Merge all files in a directory
To include all files in a directory, a combination of
[dynvariables](../config/config-variables.md#interpreted-variables-entry)
[dynvariables](../config.md#interpreted-variables)
and [jinja2 directives](http://jinja.pocoo.org/docs/2.10/) have to be used.
Let's say all files in `<dotpath>/toinclude` need to be included into a dotfile.
First define a [dynvariables](../config/config-variables.md#interpreted-variables-entry)
First define a [dynvariables](../config.md#interpreted-variables)
in the config file which will look for files to include in the above directory:
```yaml
dynvariables:
@@ -59,7 +59,7 @@ dynvariables:
```
Note that `_dotdrop_dotpath` is part of the built-in variables
(for more see [template variables](../template/templating.md#template-variables)).
(for more see [template variables](../templating.md#template-variables)).
And then use the generated list in the dotfile template:
```