From acf9bbc3b7dfdf95b7d8a0e48e516a97f8deecc3 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index e1e2cba..b26fde3 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,11 +1,11 @@ {{- if ne .chezmoi.os "linux" }} dot_config/i3 {{ end }} -{{- if eq .chezmoi.os "windows }} +{{- if eq .chezmoi.os "windows" }} dot_zshrc.tmpl dot_zprofile {{ end }} -{{- if ne .chezmoi.os "windows }} +{{- if ne .chezmoi.os "windows" }} dot_config/powershell {{ end }} dot_config/nvim/lazy-lock.json -- cgit v1.2.3