at main 655 B view raw
1{{ if ne .machineType "personal" -}} 2# Exclude restic files 3.config/restic/ 4.config/systemd/user/restic-backup.service 5.config/systemd/user/restic-backup.timer 6.config/fish/functions/restic-chert.fish 7.config/fish/functions/restic-pulsar.fish 8.config/fish/functions/restic-slate.fish 9 10# Exlude mpv files 11.var/app/io.mpv.Mpv/config/mpv/scripts/autocrop.lua 12 13# Ignore Bubblewrap scripts 14.local/bin/bwrap-preset-renpy 15.local/share/nautilus/scripts/Run in Bubblewrap (Ren'Py) 16{{ end -}} 17 18# Ignore Linux-specific files on non-Linux systems. 19{{- if ne .chezmoi.os "linux" }} 20.config/systemd/ 21.local/share/nautilus/ 22.var/app/ 23{{- end }} 24 25# Ignore docs 26README.md