Cleanup and switched to dot- prefix now that stow has been fixed

This commit is contained in:
2024-04-12 06:13:28 +02:00
parent f75c024e77
commit a4b767ac59
45 changed files with 7 additions and 45 deletions

28
git/dot-gitconfig Normal file
View File

@@ -0,0 +1,28 @@
[user]
name = Dreaded_X
email = tim@huizinga.dev
signingkey = CD17A34CBFB21DE9A73D47EB76BDEC4E165D8AD9
[push]
default = simple
[core]
excludesfile = ~/.dotfiles/git/gitignore
[color]
ui = true
[credential]
helper = store
[pull]
; If we pull we only want to fast forward, if that is not possible we should not allow pull to work
; Instead use fetch and then either rebase or merge
ff = only
; rebase = false
[init]
defaultBranch = master
[commit]
gpgsign = true
[includeIf "gitdir:~/Projects/ALTEN/"]
path = ~/.dotfiles/git/gitconfig/ALTEN