Server root config

This commit is contained in:
2019-08-20 15:06:24 +00:00
parent 5a2794b643
commit 92aa2bd6f5
8 changed files with 37 additions and 12 deletions

34
dot_gitconfig.tmpl Normal file
View File

@@ -0,0 +1,34 @@
[user]
email = kevin.mok@live.ca
name = Kevin Mok
signingkey = AEA75288DC135CF5
[color]
ui = auto
[core]
editor = nvim
autocrlf = input
[push]
default = simple
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false
keepBackup = false
[diff]
tool = vimdiff
[commit]
gpgsign = true
[alias]
a = add
c = commit
ch = checkout
d = diff
f = fetch
l = log
m = merge
pl = pull
ps = push
s = status
st = stash
r = remote