feat: Simplify the dotfiles to what is useful

This commit is contained in:
Matthew Binning 2025-03-29 14:02:30 -07:00
parent 9232cf030b
commit 126d9892e2
11 changed files with 35 additions and 452 deletions

View file

@ -1,18 +1,5 @@
[user]
email = matthew@binning.dev
email = matthewbinning@pm.me
name = Matthew Binning
[diff]
tool = vimdiff
[difftool]
prompt = false
[difftool "sdiff"]
cmd = cmddiff $LOCAL $REMOTE
[merge]
tool = fugitive
[alias]
df = difftool
sdiff = difftool --ignore-submodules --tool=sdiff
[mergetool]
prompt = false
[mergetool "fugitive"]
cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
[core]
editor = vi