1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-13 01:05:13 +00:00

documentation

This commit is contained in:
deadc0de6
2022-09-03 15:58:11 +02:00
parent df775d4a4a
commit c9feccd028
26 changed files with 168 additions and 158 deletions

View File

@@ -1,12 +1,12 @@
# Prompt user for variables
With the use of [uservariables](../config-uservars.md),
With the use of [uservariables](../config/config-uservars.md),
one can define specific variables that need to be initially filled in manually
by the user on first run.
The provided values are then automatically saved by dotdrop to `uservariables.yaml`,
which can be included in the main config as a file from which variables are imported
using [import_variables](../config-config.md).
using [import_variables](../config/config-config.md).
Let's say, for example, that you want to manually provide the email value
on new hosts you deploy your dotfiles to.