make dotfiles stow-able
This commit is contained in:
parent
242fc85911
commit
2a0b443bc5
16 changed files with 0 additions and 0 deletions
2
git/.config/git/.gitignore
vendored
Normal file
2
git/.config/git/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# gitk settings do not matter
|
||||
gitk
|
18
git/.config/git/config
Normal file
18
git/.config/git/config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue