Files
dotfiles/dot_config/git/config
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00

30 lines
551 B
Plaintext

[user]
name = Cian Hughes
email = chughes000@gmail.com
[init]
defaultBranch = "main"
[credential]
helper = manager
credentialStore = gpg
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
pager = delta
[diff]
tool = delta
[difftool]
prompt = false
trustExitCode = true
[merge]
conflictstyle = diff3
tool = meld
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
line-numbers = true
side-by-side = true