Dotfiles examples

This commit is contained in:
2022-09-28 22:11:55 +08:00
parent 0f118e015e
commit a60d66a84d
7 changed files with 455 additions and 0 deletions

28
dotfiles/.gitconfig Normal file
View File

@@ -0,0 +1,28 @@
[core]
editor = nano
autocrlf = input
[user]
# ...
# signingkey = <key>
# git config user.signingkey ... -- установить ключ
# https://help.github.com/articles/signing-commits-using-gpg/
[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