From 38eba2d6266509edf8735f3a59e4d652092412b6 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 15 Apr 2023 12:49:28 +0200 Subject: [PATCH] Add gitignore and gitconfig files to stow --- zsh/.gitconfig | 9 +++++++++ zsh/.gitignore | 1 + 2 files changed, 10 insertions(+) create mode 100644 zsh/.gitconfig create mode 100644 zsh/.gitignore 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