Redid all configs

This commit is contained in:
2018-04-19 19:05:56 +02:00
commit df01147684
24 changed files with 3983 additions and 0 deletions

15
git/.gitconfig Normal file
View File

@@ -0,0 +1,15 @@
[user]
name = Dreaded_X
email = tim.huizinga@gmail.com
[push]
default = simple
[core]
excludesfile = $HOME/.dotfiles/git/gitignore
[color]
ui = true
[credential]
helper = /usr/lib/git-core/git-credential-gnome-keyring

1
git/.stow-local-ignore Normal file
View File

@@ -0,0 +1 @@
gitignore

15
git/gitignore Normal file
View File

@@ -0,0 +1,15 @@
# Created by https://www.gitignore.io/api/vim
### Vim ###
# swap
.sw[a-p]
.*.sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
# End of https://www.gitignore.io/api/vim