1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 15:27:59 +00:00

update doc

This commit is contained in:
deadc0de6
2022-09-04 10:38:26 +02:00
parent 61c8559204
commit 021ebe69b5
2 changed files with 2 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ $ ./dotdrop.sh --help
``` ```
For macOS users, make sure to install `realpath` through Homebrew For macOS users, make sure to install `realpath` through Homebrew
(part of *coreutils*). (part of *coreutils*) and `libmagic`.
Using dotdrop as a submodule will require you to work with dotdrop by Using dotdrop as a submodule will require you to work with dotdrop by
using the generated script `dotdrop.sh` at the root using the generated script `dotdrop.sh` at the root

View File

@@ -10,10 +10,8 @@ The following variables are available in templates:
* `{{@@ _dotdrop_dotpath @@}}` contains the [dotpath](../config/config-config.md) absolute path. * `{{@@ _dotdrop_dotpath @@}}` contains the [dotpath](../config/config-config.md) absolute path.
* `{{@@ _dotdrop_cfgpath @@}}` contains the [config file](../config/config-file.md) absolute path. * `{{@@ _dotdrop_cfgpath @@}}` contains the [config file](../config/config-file.md) absolute path.
* `{{@@ _dotdrop_workdir @@}}` contains the [workdir](../config/config-config.md) absolute path. * `{{@@ _dotdrop_workdir @@}}` contains the [workdir](../config/config-config.md) absolute path.
* The [enriched variables](#enriched-variables) * All variables defined [in the config](../config/config-file.md#variables)
* Dotfile specific variables (see [Dotfile variables](#dotfile-variables)) * Dotfile specific variables (see [Dotfile variables](#dotfile-variables))
* All defined config variables (see [Variables](../config/config-file.md#variables))
* All defined config interpreted variables (see [Interpreted variables](../config/config-dynvars.md#dynvariables-entry))
## Enriched variables ## Enriched variables