home/khal | add config file
This commit is contained in:
parent
2d0fdca25d
commit
d951498707
1 changed files with 38 additions and 0 deletions
|
|
@ -58,4 +58,42 @@
|
|||
event_view_always_visible = False
|
||||
theme = gruvbox
|
||||
'';
|
||||
xdg.configFile."vdirsyncer/config".text = ''
|
||||
[general]
|
||||
status_path = "~/.config/vdirsyncer/status/"
|
||||
|
||||
[pair contacts]
|
||||
a = "contacts_local"
|
||||
b = "contacts_remote"
|
||||
collections = ["from a", "from b"]
|
||||
conflict_resolution = "a wins"
|
||||
|
||||
[pair calendar]
|
||||
a = "calendar_local"
|
||||
b = "calendar_remote"
|
||||
collections = ["from a", "from b"]
|
||||
conflict_resolution = "a wins"
|
||||
|
||||
[storage contacts_local]
|
||||
type = "filesystem"
|
||||
path = "~/.config/vdirsyncer/storage/contacts/"
|
||||
fileext = ".vcf"
|
||||
|
||||
[storage contacts_remote]
|
||||
type = "carddav"
|
||||
url = "https://cloud.trex-halfbeak.ts.net/remote.php/dav/addressbooks/users/don/default/"
|
||||
username = "don"
|
||||
password = "D4u5c3k!@"
|
||||
|
||||
[storage calendar_local]
|
||||
type = "filesystem"
|
||||
path = "~/.config/vdirsyncer/storage/calendar/"
|
||||
fileext = ".ics"
|
||||
|
||||
[storage calendar_remote]
|
||||
type = "caldav"
|
||||
url = "https://cloud.trex-halfbeak.ts.net/remote.php/dav"
|
||||
username = "don"
|
||||
password = "D4u5c3k!@"
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue