Skip to content

Instantly share code, notes, and snippets.

@ddakju
ddakju / mac-syncthing-setup.sh
Created February 25, 2026 07:45
Mac Mini Syncthing setup script - auto connects to Windows PC
#!/bin/bash
# Mac Mini Syncthing Setup Script
# Run this on Mac Mini to sync Desktop/Shared folder with Windows PC
set -e
echo "=== Syncthing Setup for Mac Mini ==="
# 1. Install Syncthing
if ! command -v syncthing &> /dev/null; then