add krew PATH and gitconfig
This commit is contained in:
parent
2309854898
commit
537e9aca83
6 changed files with 26 additions and 3 deletions
17
gitconfig
Normal file
17
gitconfig
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[user]
|
||||
name = cătălin
|
||||
email = catalin@roboces.dev
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
navigate = true
|
||||
light = false
|
||||
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
|
||||
[diff]
|
||||
colorMoved = default
|
||||
[commit]
|
||||
gpgsign = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue