dotfiles/git/.gitconfig

62 lines
1,015 B
INI
Raw Normal View History

[user]
name = Andrew Davidson
email = andrew@andr3w.net
2023-04-11 05:30:19 +00:00
signingkey = /home/amd/.ssh/id_rsa
[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-14 21:23:11 +00:00
[credential]
2023-02-11 05:40:04 +00:00
helper = store
2023-01-14 21:23:11 +00:00
[init]
defaultBranch = main
2023-04-11 05:30:19 +00:00
[gpg]
format = ssh