mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 11:21:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
30 lines
551 B
Plaintext
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
|