add git config
This commit is contained in:
parent
eb008ceeec
commit
d0b33e62d2
8
home/.gitconfig
Normal file
8
home/.gitconfig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[user]
|
||||||
|
name = Simon Bruder
|
||||||
|
email = simon@sbruder.de
|
||||||
|
signingkey = 51276B7B829AF24674F2AA716F03E0000CC5B62F
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[core]
|
||||||
|
excludesfile = ~/.gitignore
|
1
home/.gitignore
vendored
Normal file
1
home/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.swp
|
Reference in a new issue