add .chezmoi.toml.tmpl
This commit is contained in:
parent
312d3ae4d2
commit
52606bf8fd
15
.chezmoi.toml.tmpl
Normal file
15
.chezmoi.toml.tmpl
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[edit]
|
||||||
|
command = "nvim"
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
command = "delta"
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
command = "nvim"
|
||||||
|
args = ["-d", "{{ .Destination }}", "{{ .Source }}", "{{ .Target }}"]
|
||||||
|
|
||||||
|
{{- $choices := list "desktop" "laptop" "server" -}}
|
||||||
|
{{- $hosttype := promptChoiceOnce . "hosttype" "What type of host?" $choices -}}
|
||||||
|
|
||||||
|
[data]
|
||||||
|
hosttype = {{- $hosttype | quote -}}
|
Loading…
Reference in New Issue
Block a user