view .chezmoi.toml.tmpl @ 476:fcce9931d4f6

Add CAPS lock remap config for ubuntu
author zegervdv <zegervdv@me.com>
date Sat, 23 Oct 2021 15:02:04 +0200
parents 6503de68af7b
children 174245fca5a3
line wrap: on
line source

{{- $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 }}"