Files
bin
config
colorschemes
compton
git
gitconfig
i3
i3status
kitty
mssqlcli
pgcli
pylint
ripgrep
terminfo
tmux
xorg
env
freeze
resume
setup
vim
zsh
.gitignore
.gitmodules
README.md
dotwryn/config/git/gitconfig
2021-09-21 09:28:57 -06:00

24 lines
408 B
Plaintext

[user]
email = wagner.wryn@gmail.com
name = Wryn Wagner
[push]
default = current
[difftool]
trustExitCode = true
prompt = false
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[pull]
default = current
rebase = true
[color]
diff = always
status = always
branch = always
[submodule]
recurse = true
[alias]
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/