This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/apps/git/config
Daniel Flanagan d33fa3f5dc Fix a few things
* vim as git difftool
* don't use ale completion (we use deoplete)
* normal Iosevka font
* fix a var name collision
* rename home directory to `.home` to hide better
* fix warning with `c` function for going to $NICE_HOME
* improve fsw command
2018-10-19 01:17:08 -05:00

24 lines
307 B
Plaintext

[push]
default = matching
[user]
name = Daniel Flanagan
email = daniel@lytedev.io
[core]
editor = nvim
[http "https://gopkg.in"]
followRedirects = true
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
d = difftool
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false