Skip to content

Commit 540473f

Browse files
authored
Add more git defaults
1 parent 74dc2d9 commit 540473f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,18 @@ npms=(
133133
# Git configs
134134
gpg_key='3E219504'
135135
git_email='pathikritbhowmick@msn.com'
136+
# See https://jvns.ca/blog/2024/02/16/popular-git-config-options/
136137
git_configs=(
137138
"branch.autoSetupRebase always"
138139
"color.ui auto"
139140
"core.autocrlf input"
141+
"core.pager delta"
142+
"diff.algorithm histogram"
140143
"credential.helper osxkeychain"
144+
"help.autocorrect 10"
141145
"init.defaultBranch master"
142146
"merge.ff false"
147+
"merge.conflictstyle zdiff3"
143148
"pull.rebase true"
144149
"push.default simple"
145150
"rebase.autostash true"

0 commit comments

Comments
 (0)