From f393be1165421b462be0872d317a8b069542ccfb Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 7 Apr 2020 17:56:51 +0200 Subject: [PATCH] [ADD] Remind package to Makefile --- Makefile | 1 + remind/.config/remind/birthdays.rem | 1 + remind/.config/remind/reminders.rem | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 remind/.config/remind/birthdays.rem create mode 100644 remind/.config/remind/reminders.rem 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