mirror of https://github.com/harish2704/dotFiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
279 B
13 lines
279 B
[user]
|
|
email = harish2704@gmail.com
|
|
name = Harish Karumuthil
|
|
[guitool "Terminal2"]
|
|
cmd = konsole -e zsh
|
|
noconsole = yes
|
|
[init]
|
|
defaultBranch = main
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
|