init: Start dotfiles with a test container to verify installation.
This commit is contained in:
commit
9232cf030b
10 changed files with 465 additions and 0 deletions
18
.gitconfig
Normal file
18
.gitconfig
Normal 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\"
|
||||
Loading…
Add table
Add a link
Reference in a new issue