install.fairie/dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_50-crontab

10 lines
327 B
Text

{{- if and (or (eq .host.distro.id "darwin") (eq .host.distro.family "linux")) false }}
#!/usr/bin/env sh
# {{ output "sha256sum" (joinPath .chezmoi.sourceDir "private_dot_config/crontab/config") }}
source "$HOME/.config/shell/exports"
logg 'Installing crontab jobs'
crontab < "$XDG_CONFIG_HOME/crontab/config"
{{- end -}}