From 175d528a9d4aecc1c007db010903e6808686c6b4 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 4 Jul 2024 17:09:10 -0400 Subject: feat(chezmoi): update chezmoiignore for mac --- .chezmoiignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.chezmoiignore b/.chezmoiignore index 41cfe21..e1e2cba 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,6 +1,11 @@ {{- if ne .chezmoi.os "linux" }} +dot_config/i3 +{{ end }} +{{- if eq .chezmoi.os "windows }} dot_zshrc.tmpl dot_zprofile -dot_config/i3 +{{ end }} +{{- if ne .chezmoi.os "windows }} +dot_config/powershell {{ end }} dot_config/nvim/lazy-lock.json -- cgit v1.2.3