Initial commit: bash, zsh, docker, git, subl

This commit is contained in:
2025-11-11 12:32:16 +08:00
commit 37169cda14
15 changed files with 4854 additions and 0 deletions

25
git/.gitconfig Normal file
View File

@@ -0,0 +1,25 @@
[core]
editor = nano
autocrlf = input
[commit]
gpgSign = true
[tag]
gpgSign = true
[init]
defaultBranch = master
[push]
default = current
followTags = true
[pull]
default = current
rebase = false
[diff "bin"]
textconv = hexdump -v -C
[help]
autocorrect = 1
[remote "origin"]
prune = true
[include]
path = ~/.git_aliases
[include]
path = ~/.gitconfig.extra ; use this file to store other personal settings and aliases