[git] Move into proper module
This commit is contained in:
parent
1732827367
commit
cb1e9496a9
7 changed files with 27 additions and 28 deletions
17
stow/git/.config/git/config
Normal file
17
stow/git/.config/git/config
Normal file
|
@ -0,0 +1,17 @@
|
|||
[user]
|
||||
name = "Tibo De Peuter"
|
||||
email = "tibo.depeuter@gmail.com"
|
||||
|
||||
[core]
|
||||
editor = "vim";
|
||||
excludesFile = "~/.config/git/ignore"
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
||||
[help]
|
||||
autocorrect = 20
|
||||
|
||||
[includeIf "gitdir:~/university/"] # Trailing backslash is necessary!
|
||||
path = "~/.config/git/university"
|
||||
|
2
stow/git/.config/git/ignore
Normal file
2
stow/git/.config/git/ignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
*~
|
||||
.*.swp
|
2
stow/git/.config/git/university
Normal file
2
stow/git/.config/git/university
Normal file
|
@ -0,0 +1,2 @@
|
|||
[user]
|
||||
email = "tibo.depeuter@ugent.be"
|
Loading…
Add table
Add a link
Reference in a new issue