Redid all configs
This commit is contained in:
15
git/.gitconfig
Normal file
15
git/.gitconfig
Normal 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
1
git/.stow-local-ignore
Normal file
@@ -0,0 +1 @@
|
||||
gitignore
|
||||
15
git/gitignore
Normal file
15
git/gitignore
Normal 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
|
||||
Reference in New Issue
Block a user