mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 15:27:59 +00:00
update doc
This commit is contained in:
2
docs/installation.md
vendored
2
docs/installation.md
vendored
@@ -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
|
||||||
|
|||||||
4
docs/template/template-variables.md
vendored
4
docs/template/template-variables.md
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user