add git config
This commit is contained in:
parent
530d6d7195
commit
99f8e31f96
1 changed files with 25 additions and 0 deletions
25
private_dot_config/git/config
Normal file
25
private_dot_config/git/config
Normal file
|
@ -0,0 +1,25 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[user]
|
||||
email = cy@cy7.sh
|
||||
name = Cy Pokhrel
|
||||
signingkey = 1200FBE36C2ADE2E
|
||||
|
||||
[core]
|
||||
pager = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
navigate = true
|
||||
|
||||
[merge]
|
||||
conflictstype = diff3
|
||||
|
||||
[diff]
|
||||
colorMoved = default
|
||||
|
||||
[commit]
|
||||
gpgSign = true
|
Loading…
Add table
Reference in a new issue