repos / dotfiles

my dotfiles

commit
4feea94
parent
de55305
author
Eric Bower
date
2025-09-10 22:57:19 -0400 EDT
chore: vdirsync updates
2 files changed,  +15, -19
D bin/vdirsyncer
+0, -4
1@@ -1,4 +0,0 @@
2-#!/usr/bin/env bash
3-set +x
4-
5-vdirsyncer sync
M dot_config/vdirsyncer/config
+15, -15
 1@@ -18,7 +18,7 @@ fileext = ".vcf"
 2 type = "carddav"
 3 url = "https://carddav.fastmail.com/"
 4 username = "me@erock.io"
 5-password.fetch = ["pass", "logins/local-dav"]
 6+password.fetch = ["command", "pass", "logins/local-dav"]
 7 
 8 # CALDAV
 9 [pair fastmail]
10@@ -36,7 +36,7 @@ fileext = ".ics"
11 type = "caldav"
12 url = "https://caldav.fastmail.com/"
13 username = "me@erock.io"
14-password.fetch = ["pass", "logins/local-dav"]
15+password.fetch = ["command", "pass", "logins/local-dav"]
16 
17 [pair shijing]
18 a = "shijing_local"
19@@ -52,16 +52,16 @@ fileext = ".ics"
20 type = "http"
21 url = "https://calendar.google.com/calendar/ical/shijingjia%40gmail.com/private-57f965d846f7fe37d857cd2f9af3d23b/basic.ics"
22 
23-[pair work]
24-a = "work_local"
25-b = "work_remote"
26-collections = null
27-
28-[storage work_local]
29-type = "filesystem"
30-path = "/home/erock/.calendars/work"
31-fileext = ".ics"
32-
33-[storage work_remote]
34-type = "http"
35-url = "https://calendar.google.com/calendar/ical/eric.bower%40aptible.com/private-74e695f18c814f2a16af258664c34ef0/basic.ics"
36+#[pair work]
37+#a = "work_local"
38+#b = "work_remote"
39+#collections = null
40+#
41+#[storage work_local]
42+#type = "filesystem"
43+#path = "/home/erock/.calendars/work"
44+#fileext = ".ics"
45+#
46+#[storage work_remote]
47+#type = "http"
48+#url = "https://calendar.google.com/calendar/ical/eric.bower%40aptible.com/private-74e695f18c814f2a16af258664c34ef0/basic.ics"