updated sheldon zsh config
This commit is contained in:
parent
94ef22b629
commit
5b8b457d3c
8 changed files with 13 additions and 6 deletions
10
.chezmoi.toml.tmpl
Normal file
10
.chezmoi.toml.tmpl
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ $email := promptString "email" -}}
|
||||
{{ $username := promptString "username" -}}
|
||||
|
||||
[git]
|
||||
autoCommit = true
|
||||
autoPush = true
|
||||
|
||||
[data]
|
||||
email = {{ $email | quote }}
|
||||
name = {{ $username | quote }}
|
Loading…
Add table
Add a link
Reference in a new issue