Remove chezmoi.toml
Add .gitconfig
This commit is contained in:
parent
31d7ef27a8
commit
b8765ed615
@ -1,3 +0,0 @@
|
|||||||
[git]
|
|
||||||
autoCommit = true
|
|
||||||
autoPush = true
|
|
47
dot_gitconfig
Normal file
47
dot_gitconfig
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
[user]
|
||||||
|
signingkey = B3C49C86AD15B2F7
|
||||||
|
email = contact@kjuulh.io
|
||||||
|
name = kjuulh
|
||||||
|
[includeIf "gitdir:~/git/github.com/lunarway/"]
|
||||||
|
path = .gitconfig_lw
|
||||||
|
[includeIf "gitdir:~/git/azure/lendify/"]
|
||||||
|
path = .gitconfig_lw
|
||||||
|
[includeIf "gitdir:~/Documents/vaults/kjuulh/"]
|
||||||
|
path = .gitconfig_front
|
||||||
|
[includeIf "gitdir:~/git/git.front.kjuulh.io/"]
|
||||||
|
path = .gitconfig_front
|
||||||
|
[includeIf "gitdir:~/git/github.com/kjuulh/"]
|
||||||
|
path = .gitconfig_front
|
||||||
|
[includeIf "gitdir:~/.config/nvim/"]
|
||||||
|
path = .gitconfig_front
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
[url "git@github.com:lunarway"]
|
||||||
|
insteadOf = https://github.com/lunarway
|
||||||
|
[core]
|
||||||
|
pager = delta
|
||||||
|
excludeFiles = cover.cov
|
||||||
|
excludeFile = cover.cov
|
||||||
|
[push]
|
||||||
|
default = current
|
||||||
|
[gpg]
|
||||||
|
program = /opt/homebrew/bin/gpg
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta --color-only
|
||||||
|
[add.interactive]
|
||||||
|
useBuiltin = false # required for git 2.37.0
|
||||||
|
[delta]
|
||||||
|
navigate = true # use n and N to move between diff sections
|
||||||
|
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
|
||||||
|
[merge]
|
||||||
|
conflictstyle = diff3
|
||||||
|
[diff]
|
||||||
|
colorMoved = default
|
||||||
|
|
Loading…
Reference in New Issue
Block a user