dotfiles/.chezmoiignore
Felix Delattre ee6b843308 Add .chezmoiignore
Add .local/share/chezmoi/.chezmoiignore
2023-03-09 20:12:10 +01:00

6 lines
139 B
Text

{{ if ne .chezmoi.os "darwin" }}
.oh-my-zsh/custom/mac.zsh
{{ end }}
{{ if ne .chezmoi.os "linux" }}
.oh-my-zsh/custom/linux.zsh
{{ end }}