1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 19:20:12 +00:00

fix doc links

This commit is contained in:
deadc0de6
2021-09-24 20:55:51 +02:00
parent 3b7d290f4a
commit 0123ab4016

View File

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