view .chezmoi.toml.tmpl @ 331:d43ba211f920

Remove nextval plugin Messes with clipboard and jumps does not jump to the nearest value right of cursor
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 14 Jan 2021 13:29:12 +0100
parents d726921aaabe
children 6503de68af7b
line wrap: on
line source

{{- $email := promptString "email" -}}
{{- $name := promptString "name" -}}
{{- $signingkey := promptString "gpg key" -}}

[data]
   email = "{{ $email }}"
   name = "{{ $name }}"
   signingkey = "{{ $signingkey }}"