mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 00:13:49 +01:00
Add git configuration
This commit is contained in:
parent
2acc76e454
commit
fe4f2564d4
14
tools/vcs/git/gitattributes
Normal file
14
tools/vcs/git/gitattributes
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
*.png diff=nodiff
|
||||||
|
*.jpg diff=nodiff
|
||||||
|
*.gif diff=nodiff
|
||||||
|
*.ttf diff=nodiff
|
||||||
|
*.woff diff=nodiff
|
||||||
|
*.eot diff=nodiff
|
||||||
|
*.svg diff=nodiff
|
||||||
|
*.swf diff=nodiff
|
||||||
|
*.fla diff=nodiff
|
||||||
|
*.m4v diff=nodiff
|
||||||
|
*.flv diff=nodiff
|
||||||
|
*.ogv diff=nodiff
|
||||||
|
*.webm diff=nodiff
|
||||||
|
*.mp4 diff=nodiff
|
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
|
Loading…
Reference in New Issue
Block a user