feat: Simplify the dotfiles to what is useful
This commit is contained in:
parent
9232cf030b
commit
126d9892e2
11 changed files with 35 additions and 452 deletions
19
.gitconfig
19
.gitconfig
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue