mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 16:04:03 +00:00
Centralize dotfiles from ~ into stow packages: - zsh: .zshrc, .zshenv - git: .gitconfig - nvim: init.lua, lua/, plugin/, after/, lazy-lock.json - tmux: tmux.conf, session-list.sh - karabiner: karabiner.json - ghostty: config.ghostty - claude: CLAUDE.md, settings.json, settings.local.json, statusline.sh, 30 commands
36 lines
754 B
INI
36 lines
754 B
INI
[filter "lfs"]
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
[user]
|
|
name = Harivansh Rathi
|
|
email = rathiharivansh@gmail.com
|
|
[advice]
|
|
detachedHead = false
|
|
[core]
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
editor = nvim
|
|
[interactive]
|
|
diffFilter = diff-so-fancy --patch
|
|
[color]
|
|
ui = true
|
|
[color "diff-highlight"]
|
|
oldNormal = red bold
|
|
oldHighlight = red bold 52
|
|
newNormal = green bold
|
|
newHighlight = green bold 22
|
|
[color "diff"]
|
|
meta = 11
|
|
frag = magenta bold
|
|
func = 146 bold
|
|
commit = yellow bold
|
|
old = red bold
|
|
new = green bold
|
|
whitespace = red reverse
|
|
[push]
|
|
autoSetupRemote = true
|
|
[diff-so-fancy]
|
|
markEmptyLines = true
|
|
stripLeadingSymbols = true
|
|
useUnicodeRuler = true
|