diff options
Diffstat (limited to 'mut/git')
| -rw-r--r-- | mut/git/config | 25 | ||||
| -rw-r--r-- | mut/git/github | 2 | ||||
| -rw-r--r-- | mut/git/ignore | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/mut/git/config b/mut/git/config new file mode 100644 index 0000000..9d9b277 --- /dev/null +++ b/mut/git/config @@ -0,0 +1,25 @@ +[commit] + gpgsign = false + +[gpg] + format = "ssh" + +[merge] + tool = "fugitive" + +[mergetool "fugitive"] + cmd = "vim -f -c \"Gdiff\" \"$MERGED\"" + +[user] + email = "ivi@vinkies.net" + name = "Mike Vink" + signingKey = "/Users/ivi/.ssh/id_ed25519_sk.pub" + +[worktree] + guessRemote = true + +[includeIf "hasconfig:remote.*.url:git@github.com:**/**"] + path = "/nix-config/mut/git/github" + +[includeIf "hasconfig:remote.*.url:https://github.com/**/**"] + path = "/nix-config/mut/git/github" diff --git a/mut/git/github b/mut/git/github new file mode 100644 index 0000000..421194d --- /dev/null +++ b/mut/git/github @@ -0,0 +1,2 @@ +[user] + email = "59492084+ivi-vink@users.noreply.github.com" diff --git a/mut/git/ignore b/mut/git/ignore new file mode 100644 index 0000000..1ea4fc3 --- /dev/null +++ b/mut/git/ignore @@ -0,0 +1,6 @@ +/.direnv/ +/.envrc +/.env +.vimsession.vim +tfplan +plan |
