adding a bunch of stuff (vim, nvim, bspwm)
This commit is contained in:
committed by
Anthony Debucquoy
parent
d44eb32499
commit
24dde33d73
+26
-19
@@ -1,19 +1,26 @@
|
||||
***REMOVED***
|
||||
email = debucquoy.anthony@gmail.com
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
[user]
|
||||
email = tonitch@herisson.ovh
|
||||
name = Anthony Debucquoy
|
||||
signingkey = 3D06B2E67463D272D769DF59A78D6421F083D42E
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[core]
|
||||
editor = vim
|
||||
autocrlf = input
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
[alias]
|
||||
gone = !git branch -v | awk '/gone/ { print $1 }'
|
||||
dog = log --decorate --oneline --graph
|
||||
fap = fetch --all --prune
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
[credential]
|
||||
helper = store
|
||||
|
||||
Reference in New Issue
Block a user