Hey, so I've written a dotfiles manager mostly for my personal use, but I think some people might find it interesting.
https://github.com/StandingPadAnimations/kubo/
Unlike other dotfile managers, Kubo watches dotfiles in real time and isn't sym-link based, making it more ideal for people like myself who want convinience but don't like sym-links.
This is my second Rust project (after the Resurgence VM), and it's not the best code, so I'm looking for suggestions on making it more Rusty. Thanks!