Add gitignore and gitconfig files to stow
This commit is contained in:
parent
39abee7c6f
commit
38eba2d626
9
zsh/.gitconfig
Normal file
9
zsh/.gitconfig
Normal file
@ -0,0 +1,9 @@
|
||||
[user]
|
||||
email = tim.veenendaal@gmail.com
|
||||
name = Tim
|
||||
[core]
|
||||
excludesfile = /home/tim/.gitignore
|
||||
[push]
|
||||
default = current
|
||||
[init]
|
||||
defaultBranch = master
|
1
zsh/.gitignore
vendored
Normal file
1
zsh/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/.idea
|
Loading…
Reference in New Issue
Block a user