From e1f618f5b01b8b2652150b5e252bb819efd94bc4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 19 Jan 2021 14:46:04 +0100 Subject: [PATCH] [UPDATE][REMIND] Remove remind configuration --- Makefile | 1 - remind/.config/remind/birthdays.rem | 1 - remind/.config/remind/reminders.rem | 2 -- 3 files changed, 4 deletions(-) delete mode 100644 remind/.config/remind/birthdays.rem delete mode 100644 remind/.config/remind/reminders.rem diff --git a/Makefile b/Makefile index 63f22ed..d6623dc 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ CLI_PACKAGES := \ mimetype \ mypy \ nvim \ - remind \ scripts \ shell \ ssh \ diff --git a/remind/.config/remind/birthdays.rem b/remind/.config/remind/birthdays.rem deleted file mode 100644 index e8af921..0000000 --- a/remind/.config/remind/birthdays.rem +++ /dev/null @@ -1 +0,0 @@ -# Add birthdays here diff --git a/remind/.config/remind/reminders.rem b/remind/.config/remind/reminders.rem deleted file mode 100644 index 4b3805c..0000000 --- a/remind/.config/remind/reminders.rem +++ /dev/null @@ -1,2 +0,0 @@ -# Include birthdays -include [getenv("HOME")]/.config/remind/birthdays.rem