init: Start dotfiles with a test container to verify installation.

This commit is contained in:
Matthew Binning 2025-03-29 14:02:53 -07:00
commit 9232cf030b
10 changed files with 465 additions and 0 deletions

18
.gitconfig Normal file
View file

@ -0,0 +1,18 @@
[user]
email = matthew@binning.dev
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\"