#!/usr/bin/env sh {{- if and (or (eq .host.distro.id "darwin") (eq .host.distro.family "linux")) false }} # {{ 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 -}}