Add gitignore and gitconfig files to stow

This commit is contained in:
Tim 2023-04-15 12:49:28 +02:00
parent 39abee7c6f
commit 38eba2d626
2 changed files with 10 additions and 0 deletions

9
zsh/.gitconfig Normal file
View 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
View File

@ -0,0 +1 @@
/.idea