changeset 440:6503de68af7b

Ask for font_size template value
author zegervdv <zegervdv@me.com>
date Fri, 27 Aug 2021 17:36:25 +0200
parents 84b4f33c0403
children 8b5c7359dd86
files .chezmoi.toml.tmpl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoi.toml.tmpl	Fri Aug 27 17:26:42 2021 +0200
+++ b/.chezmoi.toml.tmpl	Fri Aug 27 17:36:25 2021 +0200
@@ -1,8 +1,10 @@
 {{- $email := promptString "email" -}}
 {{- $name := promptString "name" -}}
 {{- $signingkey := promptString "gpg key" -}}
+{{- $font_size := promptString "font_size" -}}
 
 [data]
    email = "{{ $email }}"
    name = "{{ $name }}"
    signingkey = "{{ $signingkey }}"
+   font_size = "{{ $font_size }}"