mirror of
https://github.com/vbrandl/dotfiles
synced 2025-07-01 16:55:09 +02:00
Add git configuration
This commit is contained in:
29
tools/vcs/git/gitconfig
Normal file
29
tools/vcs/git/gitconfig
Normal file
@ -0,0 +1,29 @@
|
||||
[user]
|
||||
email = vbrandl@riseup.net
|
||||
name = Valentin Brandl
|
||||
signingkey = 0x7FB009175885FC76
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[color]
|
||||
branch = true
|
||||
diff = true
|
||||
grep = true
|
||||
pager = true
|
||||
status = true
|
||||
ui = always
|
||||
|
||||
[core]
|
||||
autocrlf = input
|
||||
editor = vim
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
|
||||
[url "git@github.com:"]
|
||||
insteadOf = gh:
|
||||
insteadOf = github:
|
||||
|
||||
[github]
|
||||
user = vbrandl
|
Reference in New Issue
Block a user