From f278a27180a72d8b90be935094b4512383085c8b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 12 Oct 2022 23:22:27 +0200 Subject: Initial commit of imported files --- gitconfig | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 gitconfig (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig new file mode 100644 index 00000000..4c12b72c --- /dev/null +++ b/gitconfig @@ -0,0 +1,43 @@ +# This is Git's per-user configuration file. +[user] + name = Timo Wilken + email = timo.21.wilken@gmail.com + signingkey = 53EC3C06856883DD92355BC22FC78504681F69B0 +[commit] + gpgsign = true +[url "https://"] + insteadOf = git:// +[url "ssh://git@gitlab.cern.ch:7999/"] + insteadOf = https://gitlab.cern.ch/ +[url "ssh://git@ssh.github.com/"] + insteadOf = gh: +[gui] + fontui = -family \"Fira Sans\" -size 10 -weight normal -slant roman -underline 0 -overstrike 0 + fontdiff = -family \"Fira Code\" -size 10 -weight normal -slant roman -underline 0 -overstrike 0 + tabsize = 4 +[merge] + summary = true + conflictstyle = diff3 +[color] + ui = auto +[pull] + rebase = false + ff = only +[alias] + glog = log --decorate --graph --all --oneline + plog = log --decorate --graph --all --oneline --pretty=tformat:\"%C(yellow)%h %Cgreen%as %Cblue%<(10,trunc)%an%Cred%d%Creset %s\" +[init] + defaultBranch = master +[advice] + detachedHead = false +# https://sw.kovidgoyal.net/kitty/kittens/diff/ +[diff] + tool = kitty + guitool = kitty.gui +[difftool] + prompt = false + trustExitCode = true +[difftool "kitty"] + cmd = kitty +kitten diff $LOCAL $REMOTE +[difftool "kitty.gui"] + cmd = kitty kitty +kitten diff $LOCAL $REMOTE \ No newline at end of file -- cgit v1.2.3