ABU6OPNICBXHIBLBTVNV6UXLJUDZSN5NKMMLVY4XMT376MXNKYZAC
{{- if not .includes.jlptech -}}
.gitconfig-jlptech
{{- end -}}
{{- $jlptech := hasKey .includes "jlptech" -}}
{{- $jlp := get .includes "jlptech" -}}
{{- if not $jlptech -}}
{{- $jlp = promptBool "Include JLPTech" -}}
{{- end -}}
encryption: gpg
gpg:
recipient: jonathan@leechpepin.com
data:
includes:
jlptech: {{ $jlp }}
git:
user:
fullName: Jonathan Leech-Pepin
email: jonathan@leechpepin.com
signingKey: 414E00D1FF7519DC
includes:
{{- if ne $jlp false }}
jlptech:
name: jlptech
description: JLP Tech Consulting
fullName: JLP
email: jlp@consultjlp.com
signingKey: BB6A288E6948BADB
{{- end -}}