# {{@@ header() @@}} # ____ _ _ # / ___(_) |_ # | | _| | __| # | |_| | | |_ # \____|_|\__| [user] name = {{@@ username @@}} email = {{@@ mail.personal.user @@}} [init] defaultBranch = main [commit] verbose = true [pull] rebase = true [merge] conflictStyle = diff3 [rebase] abbreviateCommands = true autoSquash = true autoStash = true [pager] # differ is a program that shows word-by-word diff #{%@@ if editor == "kak" @@%}# log = diffr | kak-pager show = diffr | kak-pager diff = diffr | kak-pager #{%@@ else @@%}# log = diffr | less show = diffr | less diff = diffr | less #{%@@ endif @@%}# [alias] graph = log --graph --oneline --all root = rev-parse --show-toplevel {%@@ if tabs @@%} [filter "tabspace"] smudge = unexpand --tabs={{@@ indent_width @@}} --first-only clean = expand --tabs={{@@ indent_width @@}} --initial {%@@ endif @@%} [core] excludesfile = {{@@ _dotfile_abs_dst @@}}/ignore ; hooksPath = {{@@ _dotfile_abs_dst @@}}/hooks/ [includeIf "gitdir:~/Projects/work/"] path = ~/.config/git/config-work # vim: ft=ini