diff --git a/zsh/.gitconfig b/zsh/.gitconfig new file mode 100644 index 0000000..ba0fd57 --- /dev/null +++ b/zsh/.gitconfig @@ -0,0 +1,9 @@ +[user] + email = tim.veenendaal@gmail.com + name = Tim +[core] + excludesfile = /home/tim/.gitignore +[push] + default = current +[init] + defaultBranch = master diff --git a/zsh/.gitignore b/zsh/.gitignore new file mode 100644 index 0000000..a09c56d --- /dev/null +++ b/zsh/.gitignore @@ -0,0 +1 @@ +/.idea