dotfiles/.gitconfig

33 lines
687 B
INI

[user]
name = tosu
email = timo42@proton.me
signingkey = /home/tosuman/.ssh/external/external_github_git.pub
[init]
defaultBranch = main
[color]
ui = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[merge]
conflictsstyle = diff3
[core]
autocrlf = input
editor = nvim
[alias]
l = log
s = status
a = add
ci = commit
d = diff
tree = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
[gpg]
program = ssh
format = ssh
[commit]
gpgsign = true
[gpg "ssh"]
allowedSignersFile = /home/tosuman/.ssh/allowed_signers