diff --git a/Makefile b/Makefile index b35c4a5..6e4b8e0 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ CLI_PACKAGES := \ isort \ mypy \ ranger \ + remind \ scripts \ shell \ tin \ diff --git a/remind/.config/remind/birthdays.rem b/remind/.config/remind/birthdays.rem new file mode 100644 index 0000000..e8af921 --- /dev/null +++ b/remind/.config/remind/birthdays.rem @@ -0,0 +1 @@ +# Add birthdays here diff --git a/remind/.config/remind/reminders.rem b/remind/.config/remind/reminders.rem new file mode 100644 index 0000000..4b3805c --- /dev/null +++ b/remind/.config/remind/reminders.rem @@ -0,0 +1,2 @@ +# Include birthdays +include [getenv("HOME")]/.config/remind/birthdays.rem