An open API service indexing awesome lists of open source software.

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

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
```