diff --git a/.chezmoiignore b/.chezmoiignore index 687901a..076299c 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,6 +1,10 @@ -{{ if ne .chezmoi.os "darwin" }} -.oh-my-zsh/custom/mac.zsh -{{ end }} -{{ if ne .chezmoi.os "linux" }} +{{ if eq .chezmoi.os "darwin" }} .oh-my-zsh/custom/linux.zsh +.config/i3/config +{{ end }} +{{ if eq .chezmoi.os "linux" }} +.oh-my-zsh/custom/mac.zsh +.yabairc +.skhdrc +.config/spacebar {{ end }}