From 99470bda884aa47b7660576396bb912bf3ecf7aa Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Sat, 2 Sep 2023 15:39:58 -0400 Subject: add move configs --- .config/todoman/config.py | 6 ++++++ .config/todoman/todoman.conf | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .config/todoman/config.py delete mode 100644 .config/todoman/todoman.conf (limited to '.config/todoman') diff --git a/.config/todoman/config.py b/.config/todoman/config.py new file mode 100644 index 0000000..1060931 --- /dev/null +++ b/.config/todoman/config.py @@ -0,0 +1,6 @@ +[main] +path = "~/.calendar/calendar/" +date_format = "%Y-%m-%d" +default_list = "calendar" +default_due = 48 +humanize = true diff --git a/.config/todoman/todoman.conf b/.config/todoman/todoman.conf deleted file mode 100644 index 1060931..0000000 --- a/.config/todoman/todoman.conf +++ /dev/null @@ -1,6 +0,0 @@ -[main] -path = "~/.calendar/calendar/" -date_format = "%Y-%m-%d" -default_list = "calendar" -default_due = 48 -humanize = true -- cgit v1.2.3