[ADD] Remind package to Makefile
This commit is contained in:
parent
1a76ae3dec
commit
f393be1165
1
Makefile
1
Makefile
|
@ -7,6 +7,7 @@ CLI_PACKAGES := \
|
||||||
isort \
|
isort \
|
||||||
mypy \
|
mypy \
|
||||||
ranger \
|
ranger \
|
||||||
|
remind \
|
||||||
scripts \
|
scripts \
|
||||||
shell \
|
shell \
|
||||||
tin \
|
tin \
|
||||||
|
|
1
remind/.config/remind/birthdays.rem
Normal file
1
remind/.config/remind/birthdays.rem
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# Add birthdays here
|
2
remind/.config/remind/reminders.rem
Normal file
2
remind/.config/remind/reminders.rem
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Include birthdays
|
||||||
|
include [getenv("HOME")]/.config/remind/birthdays.rem
|
Loading…
Reference in a new issue