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