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.

46 lines
1.1 KiB

4 years ago
4 years ago
4 years ago
4 years ago
  1. [general]
  2. status_path = "~/.cache/vsync-status/"
  3. [pair nx_calendar]
  4. a = "nx_calendar_local"
  5. b = "nx_calendar_remote"
  6. collections = ["from a", "from b"]
  7. [storage nx_calendar_local]
  8. type="filesystem"
  9. path="~/.local/share/calendars/nx_calendar"
  10. fileext = ".ics"
  11. [storage nx_calendar_remote]
  12. type = "caldav"
  13. url = "https://drive.yigitcolakoglu.com/remote.php/dav/calendars/yigitcolakoglu/"
  14. username = "yigitcolakoglu"
  15. password.fetch = ["command", "pass", "show", "Server/drive.yigitcolakoglu.com/yigitcolakoglu"]
  16. [pair tudelft]
  17. a = "tudelft_local"
  18. b = "tudelft_remote"
  19. collections = null
  20. [storage tudelft_local]
  21. type = "filesystem"
  22. path = "~/.local/share/calendars/tudelft/"
  23. fileext = ".ics"
  24. [storage tudelft_remote]
  25. type = "http"
  26. url = "https://mytimetable.tudelft.nl/ical?6194c418&group=false&eu=eWNvbGFrb2dsdUB0dWRlbGZ0Lm5s&h=QIWV7_uozTp9uex7WnUfPwqbM79lmdtiZEbRRWK7pto="
  27. [pair holidays]
  28. a = "holidays_remote"
  29. b = "holidays_local"
  30. collections = null
  31. [storage holidays_remote]
  32. type = "http"
  33. url = "https://www.mozilla.org/media/caldata/TurkeyHolidays.ics"
  34. [storage holidays_local]
  35. type = "filesystem"
  36. path = "~/.local/share/calendars/holidays/"
  37. fileext = ".ics"