Files
linux-config/dot_gitconfig
Kevin Mok a1b3fd43f9 Resize font (URxvt)
Apply changes without resetting pywal colors.

Other:
- open current bg in ranger
- update Watson fish completion
- update NZXT packages
2019-08-11 02:05:51 -04:00

35 lines
459 B
Plaintext

[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