updated sheldon zsh config

This commit is contained in:
Nikolas Weger 2023-05-02 10:01:13 +02:00
parent 94ef22b629
commit 5b8b457d3c
8 changed files with 13 additions and 6 deletions

10
.chezmoi.toml.tmpl Normal file
View file

@ -0,0 +1,10 @@
{{ $email := promptString "email" -}}
{{ $username := promptString "username" -}}
[git]
autoCommit = true
autoPush = true
[data]
email = {{ $email | quote }}
name = {{ $username | quote }}