Initial commit

This commit is contained in:
2020-04-23 14:50:36 +02:00
commit 0c743950ac
47 changed files with 3838 additions and 0 deletions

15
.config/git/config Normal file
View File

@@ -0,0 +1,15 @@
[include]
path = gitlab.config
[includeIf "gitdir:~/Projects/dotfiles-github/"]
path = github.config
[commit]
gpgsign = true
[difftool "meld"]
path = /usr/bin/meld
[submodule]
recurse = true
[color "status"]
added = 076
untracked = 014
[core]
pager = diff-so-fancy | less --tabs=4 -RFX