Changed . token to _dot

This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
This commit is contained in:
2024-11-07 13:52:17 +00:00
parent 83b02bd753
commit 896af887ca
2351 changed files with 0 additions and 0 deletions

29
dot_config/git/config Normal file
View File

@@ -0,0 +1,29 @@
[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