15 lines
365 B
Cheetah
15 lines
365 B
Cheetah
[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 -}}
|