Skip to content

Instantly share code, notes, and snippets.

View hayd1n's full-sized avatar
๐Ÿ‘€

Hayden Chang hayd1n

๐Ÿ‘€
View GitHub Profile
@hayd1n
hayd1n / setup-ssh-sync.sh
Last active April 6, 2025 08:50
๐Ÿ” Auto-installer for ssh-key-sync with systemd timer on Linux. Automatically detects OS and architecture, downloads the correct binary, and sets up periodic GitHub SSH key syncing.
#!/bin/bash
set -e
# === CONFIGURATION ===
VERSION="1.7.3"
USER_NAME="$(whoami)"
GITHUB_USER="hayd1n" # <--- Your GitHub username here
# === Detect OS ===
@hayd1n
hayd1n / cloudSettings
Last active July 11, 2021 05:06
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-07-11T05:06:13.489Z","extensionVersion":"v3.4.3"}