Config and setup files
1[user] 2 name = finxol 3 email = git@finxol.io 4 signingkey = /Users/finxol/.ssh/id_rsa.pub 5[init] 6 defaultBranch = main 7[commit] 8 gpgsign = true 9[gpg] 10 program = /opt/homebrew/bin/gpg 11 format = ssh 12[tag] 13 gpgSign = true 14[gitbutler] 15 aiModelProvider = ollama 16 aiOllamaModelName = llama3.1 17 18; Karr specific config 19[includeIf "gitdir:~/Karr/"] 20 path = ~/Karr/code/.gitconfig 21 22; Uni specific config 23[includeIf "gitdir:~/Documents/Uni/ISTIC/"] 24 path = ~/Documents/Uni/ISTIC/.gitconfig