dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

config.tmpl (683B)


      1 [calendars]
      2   [[personal]]
      3   path = ~/.local/share/vdirsyncer/calendars/{{ .cal.personal }}
      4   color = light blue
      5   [[school]]
      6   path = ~/.local/share/vdirsyncer/calendars/{{ .cal.school }}
      7   color = light red
      8   [[koach]]
      9   path = ~/.local/share/vdirsyncer/koach/{{ .cal.koach.id }}
     10   color = dark blue
     11   [[schoolsub]]
     12   path = ~/.local/share/vdirsyncer/school
     13   color = light magenta
     14   [[contacts]]
     15   path = ~/.local/share/vdirsyncer/contacts/{{ .cal.contacts }}
     16   type = birthdays
     17 
     18 [locale]
     19 timeformat = %H:%M
     20 dateformat = %Y-%m-%d
     21 longdateformat = %Y-%m-%d
     22 datetimeformat = %Y-%m-%d %H:%M
     23 longdatetimeformat = %Y-%m-%d %H:%M
     24 firstweekday = 6
     25 
     26 [default]
     27 default_calendar = personal