mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 01:20:40 +00:00
fix doc
This commit is contained in:
@@ -130,7 +130,7 @@ Some entries in the config can be templated (See [templating](templating.md)):
|
|||||||
|
|
||||||
Entry | Related doc
|
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 src | [dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths)
|
||||||
dotfile dst | [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)
|
dotfile link | [dynamic dotfile link value](config-dotfiles.md#dynamic-dotfile-link-value)
|
||||||
|
|||||||
@@ -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),
|
Beside the Python dependencies defined in [requirements.txt](https://github.com/deadc0de6/dotdrop/blob/master/requirements.txt),
|
||||||
dotdrop depends on the following tools:
|
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))
|
* `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))
|
* `readlink` or `realpath` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh))
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ or the below sections for more information on how to template your dotfiles.
|
|||||||
|
|
||||||
## Templating or not templating
|
## 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)
|
and the global config entry [template_dotfile_default](config-config.md)
|
||||||
allow to control whether a dotfile is processed by the templating engine.
|
allow to control whether a dotfile is processed by the templating engine.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user