Yeah, it’s fantastic. It’s more effective at this than I thought because even though I use git a lot for programming and projects, I’ve admittedly forgotten far too often to commit and push/pull trivial changes on devices and in most cases, all I need is just for dotfiles to sync across devices anyway.
jerieljan
- 0 Posts
- 3 Comments
Joined 5 years ago
Cake day: March 25th, 2021
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I use Syncthing with a folder called “Configuration Files” where I drop all my sync-able configs and dotfiles and I simply symlink them as needed.


I feel slow on this one but I only learned about copyparty a while ago. With the more frequent use of uv for Python stuff, I like that invoking it on a directory I want to share with a group in a room can be as simple as
uv tool run copypartyand they can just scan the QR code and get whatever as long as they’re connected to WiFi.uv tool run copyparty -v .::r --grid --qr --hist ~/.cache/copypartyis what I use for quick folder shares.