1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00
This commit is contained in:
deadc0de6
2022-05-27 15:33:40 +02:00
parent 9cd54ace8c
commit 6a2b77ecf1
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ Some entries in the config can be templated (See [templating](templating.md)):
Entry | Related doc
-------- | -------------
dotpath | [config entries](config-config.md#config-entry)
dotpath | [config entries](config-config.md#config-block)
dotfile src | [dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths)
dotfile dst | [dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths)
dotfile link | [dynamic dotfile link value](config-dotfiles.md#dynamic-dotfile-link-value)

View File

@@ -188,7 +188,7 @@ $ ./dotdrop.sh --cfg <my-config-file> files
Beside the Python dependencies defined in [requirements.txt](https://github.com/deadc0de6/dotdrop/blob/master/requirements.txt),
dotdrop depends on the following tools:
* `diff` (unless a different tool is used, see [diff_command](config-config.md#config-entry))
* `diff` (unless a different tool is used, see [diff_command](config-config.md#config-block))
* `git` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh))
* `readlink` or `realpath` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh))

View File

@@ -6,7 +6,7 @@ or the below sections for more information on how to template your dotfiles.
## Templating or not templating
The dotfile config entry [template](config-dotfiles.md#dotfiles-entry)
The dotfile config entry [template](config-dotfiles.md#dotfiles-block)
and the global config entry [template_dotfile_default](config-config.md)
allow to control whether a dotfile is processed by the templating engine.