mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 16:14:21 +00:00
adding a gencfg command
This commit is contained in:
1
docs/config/config-config.md
vendored
1
docs/config/config-config.md
vendored
@@ -38,7 +38,6 @@ Entry | Description | Default
|
||||
`workdir` | Path to the directory where templates are installed before being symlinked when using `link:absolute|relative|link_children` (absolute path or relative to the config file location) | `~/.config/dotdrop`
|
||||
<s>link_by_default</s> | When importing a dotfile, set `link` to this value by default | false
|
||||
|
||||
|
||||
## import_variables entry
|
||||
|
||||
It is possible to load variables/dynvariables from external files by providing their
|
||||
|
||||
4
docs/config/config-file.md
vendored
4
docs/config/config-file.md
vendored
@@ -2,8 +2,8 @@
|
||||
|
||||
## Location
|
||||
|
||||
The default config file used by dotdrop is
|
||||
[config.yaml](https://github.com/deadc0de6/dotdrop/blob/master/config.yaml).
|
||||
The default config file used by dotdrop is `config.yaml`.
|
||||
A clean base config can be generated using `dotdrop gencfg`.
|
||||
|
||||
Unless specified otherwise, dotdrop will look in the following places for its config file
|
||||
and use the first one found:
|
||||
|
||||
Reference in New Issue
Block a user