From 5e2485a01ee3c2620bcc8fe8568706bcae960654 Mon Sep 17 00:00:00 2001 From: jessebot Date: Mon, 21 Oct 2024 13:34:53 +0200 Subject: [PATCH] clean up cron readme --- .config/cron/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/cron/README.md b/.config/cron/README.md index ad0fa25..1b0b5e5 100644 --- a/.config/cron/README.md +++ b/.config/cron/README.md @@ -1,4 +1,6 @@ -# file structure +# ⏰ Cron jobs + +### file structure ```  . @@ -38,7 +40,8 @@ The "user" is the user that ran last ran `onboardme`. All scripts below will run `user/lunch.sh` gets run at lunch time (noon) by the user, for reminders. `user/daily.sh` gets run daily by the user right after lunch reminders. -- Currently, this runs `onboardme` for updating dot files, OS packages (brew, pip3.12, pipx), fonts, and neovim packages. +- Currently, this runs `onboardme` for updating dot files, OS packages (brew, pip3.12, pipx), and neovim packages. +- also updates `tldr` `user/go_home.sh` gets run at at 17:10 to remind the user to go home. `user/self_care_time.sh` gets run at at 22:30 to remind the user to do self care tasks.