From 1c2e8586f4d9cd147bbf245194beb08de1f97701 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 25 Jul 2021 10:34:36 +0200 Subject: Added crontab for pacman, clout and newsboat --- crontab/root.crontab | 5 +++++ crontab/user.crontab | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 crontab/root.crontab create mode 100644 crontab/user.crontab (limited to 'crontab') diff --git a/crontab/root.crontab b/crontab/root.crontab new file mode 100644 index 0000000..ada8721 --- /dev/null +++ b/crontab/root.crontab @@ -0,0 +1,5 @@ +# Meant to be installed as root + +* * */2 * * pacman --noconfirm -Syu >> /var/log/pacman_update.log + +# vim:ft=crontab diff --git a/crontab/user.crontab b/crontab/user.crontab new file mode 100644 index 0000000..a675e15 --- /dev/null +++ b/crontab/user.crontab @@ -0,0 +1,4 @@ +* * */1 * * . $HOME/.zprofile ; clout pull +* * */1 * * . $HOME/.zprofile ; newsboat -x reload + +# vim:ft=crontab -- cgit