diff --git a/my_tasks.yaml b/my_tasks.yaml index c941202..428a31c 100644 --- a/my_tasks.yaml +++ b/my_tasks.yaml @@ -1,24 +1,6 @@ # -*- mode:yaml-ts; -*- --- tasks: - - text: "Treat Yo'self" - notes: |- - Can we make cool lists? - • Amazeballs - • Deez nuts - recurrence: - type: flex - day: Wednesday - - - text: Play a Puzzle Game - notes: | - Treat yo\'self with a game, like: - • Tarot puzzle - • Bordergrams - recurrence: - type: flex - day: Thursday - - text: Water Indoor Plants type: todo priority: 1 # 0.1: Trivial, 1: Easy, 1.5: Medium, 2: Hard @@ -150,3 +132,21 @@ tasks: recurrence: type: flex day: first Saturday of February + + - text: "Enjoy Coffee with Rob" + notes: |- + Can we make cool lists? + • Amazeballs + • Deez nuts + recurrence: + type: flex + day: Friday + + - text: Play a Puzzle Game + notes: | + Treat yo\'self with a game, like: + • Tarot puzzle + • Bordergrams + recurrence: + type: flex + day: Saturday diff --git a/nightly-sync b/nightly-sync index 7bf8da9..66574d1 100755 --- a/nightly-sync +++ b/nightly-sync @@ -8,5 +8,9 @@ git pull origin main > .latest-gitrun.txt 2>&1 # Step Two ... start the virtual environment... source .venv/bin/activate -# Step Three ... run the script: +# Step Three ... get the environment variables: +source .env.sh + +# Step Four ... run the script: + python ./habitica_sync.py > .latest-run.txt 2>&1