✨ Add .chezmoi template
This commit is contained in:
parent
88ea205e13
commit
6ca2f7e6ca
|
@ -0,0 +1,14 @@
|
|||
{{ if eq .chezmoi.os "darwin" }}
|
||||
[edit]
|
||||
command = "code"
|
||||
args = ["--wait"]
|
||||
{{ else }}
|
||||
command = "vim"
|
||||
{{ end }}
|
||||
|
||||
# {{- $email := promptString "Git email address for the author/committer" }}
|
||||
# {{- $name := promptString "Git username for the author/committer" }}
|
||||
|
||||
[data]
|
||||
email = "{{ $email }}"
|
||||
name = "{{ $name }}"
|
Loading…
Reference in New Issue