Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 378:2150c55c89b7
Replace commentary with kommentary
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 09 Apr 2021 15:00:08 +0200 |
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 }}"