From b71a72f3da5cc61018d29cbe94d0d59cf3c7e44b Mon Sep 17 00:00:00 2001 From: Tristan Havelick Date: Fri, 6 Feb 2026 11:49:35 -0700 Subject: [PATCH 1/2] Add rclone setup script and Nextcloud sync tool - Add rclone/setup.sh to populate rclone config from KeePassXC - Add bin/nextcloud-sync script for bidirectional Nextcloud syncing - Excludes transmission folder from sync by default Co-Authored-By: Claude Sonnet 4.5 --- bin/nextcloud-sync | 29 +++++++++++++++++++++++++++++ rclone/setup.sh | 5 +++++ 2 files changed, 34 insertions(+) create mode 100755 bin/nextcloud-sync create mode 100755 rclone/setup.sh diff --git a/bin/nextcloud-sync b/bin/nextcloud-sync new file mode 100755 index 0000000..a8bc096 --- /dev/null +++ b/bin/nextcloud-sync @@ -0,0 +1,29 @@ +#!/usr/bin/env bash +set -e +set -u +set -o pipefail + +if [[ "${1:-}" == "-h" ]] || [[ "${1:-}" == "--help" ]]; then + cat < Date: Fri, 6 Feb 2026 11:49:37 -0700 Subject: [PATCH 2/2] Add watch to macOS packages Co-Authored-By: Claude Sonnet 4.5 --- mac/packages | 1 + 1 file changed, 1 insertion(+) diff --git a/mac/packages b/mac/packages index 54e3417..71ca72c 100644 --- a/mac/packages +++ b/mac/packages @@ -75,6 +75,7 @@ torsocks tree typescript-language-server uv +watch xq yamllint yt-dlp