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

4 years ago
  1. [general]
  2. status_path = "~/.cache/vsync-status/"
  3. [pair nextcloud_contacts]
  4. a = "nx_contacts_local"
  5. b = "nx_contacts_remote"
  6. collections = ["from a", "from b"]
  7. [storage nx_contacts_local]
  8. type = "filesystem"
  9. path = "~/.local/share/card/contacts"
  10. fileext = ".vcf"
  11. [storage nx_contacts_remote]
  12. type = "carddav"
  13. url = "https://drive.yigitcolakoglu.com/"
  14. username = "yigitcolakoglu"
  15. password.fetch = ["command", "pass", "show", "Server/drive.yigitcolakoglu.com/yigitcolakoglu"]