diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-07-04 17:09:10 -0400 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | acf9bbc3b7dfdf95b7d8a0e48e516a97f8deecc3 (patch) | |
| tree | 2507de8d896e9c98a7aba2304cb8c96add9a06d8 /.chezmoiignore | |
| parent | 175d528a9d4aecc1c007db010903e6808686c6b4 (diff) | |
feat(chezmoi): update chezmoiignore for mac
Diffstat (limited to '.chezmoiignore')
| -rw-r--r-- | .chezmoiignore | 4 |
1 files 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 |
