We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dc2d9 commit 540473fCopy full SHA for 540473f
1 file changed
install.sh
@@ -133,13 +133,18 @@ npms=(
133
# Git configs
134
gpg_key='3E219504'
135
git_email='pathikritbhowmick@msn.com'
136
+# See https://jvns.ca/blog/2024/02/16/popular-git-config-options/
137
git_configs=(
138
"branch.autoSetupRebase always"
139
"color.ui auto"
140
"core.autocrlf input"
141
+ "core.pager delta"
142
+ "diff.algorithm histogram"
143
"credential.helper osxkeychain"
144
+ "help.autocorrect 10"
145
"init.defaultBranch master"
146
"merge.ff false"
147
+ "merge.conflictstyle zdiff3"
148
"pull.rebase true"
149
"push.default simple"
150
"rebase.autostash true"
0 commit comments