aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-26 23:58:39 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-26 23:58:39 +0100
commit6f504fb861d7c6bc0c17471cab6acccb0317cfdb (patch)
tree2509d3033643ec64a500cb7d8d2c3421740d4569
parentfeddfdd6cab28f55ab2b5597f89f3805bac2349a (diff)
downloadmyconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.tar.gz
myconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.tar.bz2
myconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.zip
Add khal and khard
-rw-r--r--config/khal/config32
-rw-r--r--config/khard/khard.conf25
-rwxr-xr-xinstall5
3 files changed, 62 insertions, 0 deletions
diff --git a/config/khal/config b/config/khal/config
new file mode 100644
index 0000000..0addef1
--- /dev/null
+++ b/config/khal/config
@@ -0,0 +1,32 @@
+[default]
+default_calendar = personal
+highlight_event_days = True
+timedelta = 10d
+
+[calendars]
+
+[[personal]]
+path = /home/cynerd/.khal/private
+type = calendar
+color = dark blue
+
+[[school]]
+path = /home/cynerd/.khal/school
+type = calendar
+color = dark red
+
+[[work]]
+path = /home/cynerd/.khal/work
+type = calendar
+color = yellow
+
+[highlight_days]
+default_color = dark gray
+method = background
+
+[locale]
+timeformat = %H:%M
+dateformat = %d.%m.%Y
+longdateformat = %d.%m.%Y
+datetimeformat = %d.%m.%Y %H:%M
+longdatetimeformat = %d.%m.%Y %H:%M
diff --git a/config/khard/khard.conf b/config/khard/khard.conf
new file mode 100644
index 0000000..63bc685
--- /dev/null
+++ b/config/khard/khard.conf
@@ -0,0 +1,25 @@
+[addressbooks]
+
+[[family]]
+path = ~/.contacts/family/
+[[friends]]
+path = ~/.contacts/friends/
+[[work]]
+path = ~/.contacts/work
+
+
+[general]
+debug = no
+default_action = list
+editor = vim
+merge_editor = vimdiff
+
+
+[contact table]
+display = first_name
+group_by_addressbook = yes
+reverse = no
+show_nicknames = yes
+show_uids = yes
+sort = last_name
+localize_dates = yes
diff --git a/install b/install
index 40bf40e..ce82066 100755
--- a/install
+++ b/install
@@ -91,6 +91,11 @@ if ask "Install desktop (i3..)"; then
inst config/user-dirs.dirs ~/.config/user-dirs.dirs
fi
+if ask "Install khal khard"; then
+ inst config/khal/config ~/.config/khal/config
+ inst config/khard/khard.conf ~/.config/khard/khard.conf
+fi
+
if ask "Install Surf configuration"; then
inst surf/script.js ~/.surf/script.js
inst surf/styles/default.css ~/.surf/styles/default.css