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

12 lines
307 B
Bash

#!/usr/bin/env sh
{{- if false }}
# {{ output "sha256sum" (joinPath .chezmoi.sourceDir "private_dot_config/crontab/config") }}
{{- includeTemplate "universal/profile" }}
{{- includeTemplate "universal/logg" }}
logg 'Installing crontab jobs'
crontab < "$XDG_CONFIG_HOME/crontab/config"
{{- end }}
# TODO