Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
476 B

[general]
status_path = "~/.cache/vsync-status/"
[pair nextcloud_contacts]
a = "nx_contacts_local"
b = "nx_contacts_remote"
collections = ["from a", "from b"]
[storage nx_contacts_local]
type = "filesystem"
path = "~/.local/share/card/contacts"
fileext = ".vcf"
[storage nx_contacts_remote]
type = "carddav"
url = "https://drive.yigitcolakoglu.com/"
username = "yigitcolakoglu"
password.fetch = ["command", "pass", "show", "Server/drive.yigitcolakoglu.com/yigitcolakoglu"]