This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |