mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
13 lines
196 B
Text
13 lines
196 B
Text
# .chezmoiignore
|
|
|
|
# macOS only
|
|
{{ if ne .chezmoi.os "darwin" -}}
|
|
{{ end -}}
|
|
|
|
# Linux only
|
|
{{ if ne .chezmoi.os "linux" -}}
|
|
{{ end -}}
|
|
|
|
# Windows only
|
|
{{ if ne .chezmoi.os "windows" -}}
|
|
{{ end -}}
|