https://github.com/r2unit/hyprsync
A lightweight sync daemon for Hyprland users who work across multiple machines
https://github.com/r2unit/hyprsync
hypr hyprland hyprsync sync-dotfiles sync-workspaces
Last synced: 3 months ago
JSON representation
A lightweight sync daemon for Hyprland users who work across multiple machines
- Host: GitHub
- URL: https://github.com/r2unit/hyprsync
- Owner: r2unit
- License: gpl-3.0
- Created: 2026-02-17T08:46:18.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-03-29T21:34:43.000Z (3 months ago)
- Last Synced: 2026-03-29T22:23:29.177Z (3 months ago)
- Topics: hypr, hyprland, hyprsync, sync-dotfiles, sync-workspaces
- Language: C
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyprsync
A tiny sync daemon that keeps your dotfiles and configs in sync across your Linux machines.
It uses SSH keys and rsync under the hood, works over LAN or Tailscale, and runs as a peer on every machine. No server, no client, just peers talking to each other.
## Install
```bash
# yolo
curl -fsSL https://raw.githubusercontent.com/r2unit/hyprsync/main/install.sh | bash
```
```bash
# aur (arch linux)
yay -S hyprsync
```