mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-06 00:51:57 +00:00
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:
29
dot_config/git/config
Normal file
29
dot_config/git/config
Normal 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
|
||||
Reference in New Issue
Block a user