From 64ddb1812975c2c5b3c11b4f116f54ce9c987935 Mon Sep 17 00:00:00 2001 From: Rob Harbaugh Date: Mon, 20 Apr 2026 15:22:43 -0400 Subject: [PATCH] Remove calendar tooling (vdirsyncer, khal, calsync) Calendar handling left to phone. Mail-only setup going forward. Co-Authored-By: Claude Sonnet 4.6 --- laptop/.config/khal/config | 12 ------------ laptop/.config/vdirsyncer/config | 18 ------------------ laptop/.zshrc | 1 - 3 files changed, 31 deletions(-) delete mode 100644 laptop/.config/khal/config delete mode 100644 laptop/.config/vdirsyncer/config diff --git a/laptop/.config/khal/config b/laptop/.config/khal/config deleted file mode 100644 index 9de7503..0000000 --- a/laptop/.config/khal/config +++ /dev/null @@ -1,12 +0,0 @@ -[calendars] -[[fastmail]] -path = ~/.local/share/calendars/fastmail/* -color = light blue - -[sqlite] -path = ~/.local/share/khal/db.sqlite - -[locale] -timeformat = %H:%M -dateformat = %Y-%m-%d -datetimeformat = %Y-%m-%d %H:%M diff --git a/laptop/.config/vdirsyncer/config b/laptop/.config/vdirsyncer/config deleted file mode 100644 index b09840c..0000000 --- a/laptop/.config/vdirsyncer/config +++ /dev/null @@ -1,18 +0,0 @@ -[general] -status_path = "~/.local/share/vdirsyncer/status/" - -[pair fastmail_calendar] -a = "fastmail_calendar_local" -b = "fastmail_calendar_remote" -collections = ["from a", "from b"] - -[storage fastmail_calendar_local] -type = "filesystem" -path = "~/.local/share/calendars/fastmail/" -fileext = ".ics" - -[storage fastmail_calendar_remote] -type = "caldav" -url = "https://caldav.fastmail.com/dav/" -username = "rob@rharbaugh.com" -password.fetch = ["command", "rbw", "get", "fastmail-app-password"] diff --git a/laptop/.zshrc b/laptop/.zshrc index a50ae58..0da88ab 100644 --- a/laptop/.zshrc +++ b/laptop/.zshrc @@ -20,7 +20,6 @@ export PATH="$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$PA # Aliases alias e="emacsclient -t -a \"\"" alias mailsync="mbsync -a" -alias calsync="vdirsyncer sync" alias c="clear" alias cat="bat --paging=never --style=plain" alias cp="cp -riv"