From a50673e7acd990cb0dbc6d3d17196eea364958cb Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 9 Mar 2023 20:11:10 +0100 Subject: [PATCH] Add .config/chezmoi/.chezmoiignore --- dot_config/chezmoi/dot_chezmoiignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot_config/chezmoi/dot_chezmoiignore diff --git a/dot_config/chezmoi/dot_chezmoiignore b/dot_config/chezmoi/dot_chezmoiignore new file mode 100644 index 0000000..687901a --- /dev/null +++ b/dot_config/chezmoi/dot_chezmoiignore @@ -0,0 +1,6 @@ +{{ if ne .chezmoi.os "darwin" }} +.oh-my-zsh/custom/mac.zsh +{{ end }} +{{ if ne .chezmoi.os "linux" }} +.oh-my-zsh/custom/linux.zsh +{{ end }}