Initial chezmoi commit

This commit is contained in:
2019-04-15 00:05:48 -04:00
parent 69bb713ff4
commit fda3907f92
106 changed files with 8 additions and 562 deletions

32
dot_gitconfig Normal file
View File

@@ -0,0 +1,32 @@
[user]
email = kevin.mok@live.ca
name = Kevin Mok
signingkey = AEA75288DC135CF5
[color]
ui = auto
[core]
editor = nvim
[push]
default = simple
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = 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