make dotfiles stow-able

This commit is contained in:
Grigory Shipunov 2021-08-14 20:45:01 +02:00
parent 242fc85911
commit 2a0b443bc5
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
16 changed files with 0 additions and 0 deletions

2
git/.config/git/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# gitk settings do not matter
gitk

18
git/.config/git/config Normal file
View file

@ -0,0 +1,18 @@
[user]
name = Grigory Shipunov
email = blame@oxapentane.com
signingkey = DD0998E6CDF294537FC604F991FA5E5BF9AA901C
[color]
ui = auto
[merege]
conflictstyle = diff3
[commit]
gpgsign = true
[credential]
helper = cache --timeout 28800
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
diffw = diff --word-diff=color
diffstat = diff --stat
[pull]
ff = only