Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 290:5f10ec5323fe
Remove local verible neoformat config
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 20 Oct 2020 14:26:36 +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 }}"