Commit 96632aab authored by Tim van Deurzen's avatar Tim van Deurzen

Add basic global git config.

parent cc2f047e
......@@ -5,3 +5,8 @@
[dunst.files.dunst]
target = "~/.config/dunst/"
type = "symbolic"
[git.files.gitconfig]
target = "~/.gitconfig"
type = "symbolic"
[user]
email = tim@kompiler.org
name = Tim van Deurzen
[alias]
co = checkout
br = branch
ci = commit
st = status
di = diff --word-diff=plain --color-moved=plain
[pull]
rebase = true
[url "ssh://git@gitlab.dopey.blockport.io"]
insteadOf = https://gitlab.dopey.blockport.io
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment