diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/khal/config | 12 | ||||
-rwxr-xr-x | .config/khard/khard.conf | 19 | ||||
-rw-r--r-- | .config/todoman/todoman.conf | 6 |
3 files changed, 37 insertions, 0 deletions
diff --git a/.config/khal/config b/.config/khal/config new file mode 100755 index 0000000..67242bb --- /dev/null +++ b/.config/khal/config @@ -0,0 +1,12 @@ +[calendars] + +[[private]] +path = .calendar/calendar +type = calendar + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf new file mode 100755 index 0000000..67c4dcf --- /dev/null +++ b/.config/khard/khard.conf @@ -0,0 +1,19 @@ +[addressbooks] +[[l_addressbook_local]] +path = ~/.addressbook/addressbook + +[general] +debug = no +default_action = list +editor = nvim, -i, NONE +merge_editor = vimdiff + +[contact table] +display = formatted_name +group_by_addressbook = no +show_nicknames = no +show_uids = no +sort = last_name + +[vcard] +skip_unparesable = yes diff --git a/.config/todoman/todoman.conf b/.config/todoman/todoman.conf new file mode 100644 index 0000000..1060931 --- /dev/null +++ b/.config/todoman/todoman.conf @@ -0,0 +1,6 @@ +[main] +path = "~/.calendar/calendar/" +date_format = "%Y-%m-%d" +default_list = "calendar" +default_due = 48 +humanize = true |