dotfiles/.chezmoi.toml.tmpl

15 lines
333 B
Cheetah

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