1
0
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:
deadc0de6
2024-10-23 14:06:39 +02:00
committed by deadc0de
parent d5d00ef9c0
commit d252756e46
8 changed files with 44 additions and 20 deletions

View File

@@ -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

View File

@@ -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: