dotfiles/git/.gitconfig

63 lines
1 KiB
INI
Raw Normal View History

[user]
name = Andrew Davidson
2024-09-11 23:53:32 +00:00
email = andrew@amd.im
2024-09-12 00:00:39 +00:00
signingkey = /home/amd/.ssh/id_ed25519.pub
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[color]
ui = true
diff = auto
status = auto
branch = auto
[color "diff"]
whitespace = red reverse
[core]
2020-11-15 15:21:26 +00:00
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[alias]
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
[push]
2020-11-15 15:21:26 +00:00
default = simple
[delta]
plus-color = "#012800"
minus-color = "#340001"
syntax-theme = Monokai Extended
2020-11-15 15:21:26 +00:00
[interactive]
diffFilter = delta --color-only
2019-05-22 02:44:09 +00:00
[commit]
gpgsign = true
2023-01-07 05:26:34 +00:00
[credential]
helper = store
2023-01-07 05:28:26 +00:00
[init]
defaultBranch = main
2024-09-14 00:16:03 +00:00
2023-04-11 05:11:21 +00:00
[gpg]
format = ssh