diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 591e27c..9bbba0a 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,3 +1,5 @@ +[merge] +command = "meld" {{ $email := promptStringOnce . "email" "What is your main git email address " }} {{ $signinkey := promptStringOnce . "signingkey" "What is your git signing key " }} {{ $hasNVim := promptBool "Do i install Neovim " false}}