this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 624 B view raw
1LICENSE 2README.md 3script 4support 5{{ if stat (joinPath .chezmoi.homeDir ".config/age/chezmoi_key.txt") }}.config/age/chezmoi_key.txt{{ end }} 6{{ if stat (joinPath .chezmoi.homeDir ".zsh/znap") }}.zsh/znap{{ end }} 7.zsh/**/*.zwc 8{{- if .server }} 9{{ if stat (joinPath .chezmoi.homeDir "src/server/bazarr") -}}src/server/bazarr{{ end }} 10{{ if stat (joinPath .chezmoi.homeDir "src/server/jackett") -}}src/server/jackett{{ end }} 11{{ if stat (joinPath .chezmoi.homeDir "src/server/overseerr") -}}src/server/overseerr{{ end }} 12{{ if stat (joinPath .chezmoi.homeDir "src/server/tautulli") -}}src/server/tautulli{{ end }} 13{{- end }}