diff options
| -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 |
