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 | 175d528a9d4aecc1c007db010903e6808686c6b4 (patch) | |
| tree | 73f5982c0cd145f259fa73286d91119654842b7d /.chezmoiignore | |
| parent | 9a2b54fda164996e03bacb2eb2076ca4c4479989 (diff) | |
feat(chezmoi): update chezmoiignore for mac
Diffstat (limited to '.chezmoiignore')
| -rw-r--r-- | .chezmoiignore | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
