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