Live data from Hacker News

Rotz: Cross platform dotfile manager written in Rust

volllly.github.io

11–20 of 46 posts

Re: Rotz: Cross platform dotfile manager written in Rust

#12
post #10

Reminds me of my own project, Comtrya One of our goals is to run anywhere too, we have support for BSD as well as Windows, macOS, and Linux; as well as first class variant support for "define once, run everywhere" functionality. Our core lib is available and built to support other dot file managers, perhaps it could be useful to you. https://github.com/comtrya/comtrya

I'm yet to look at your project, but I can't say Comtrya without thinking about Stargate, so I'm kinda sold already.

Re: Rotz: Cross platform dotfile manager written in Rust

#15

I don't get those dotfile managers. I just have a git repo with a branch for every machine. And my dotfiles are in many formats, not just yaml toml and JSON...

Are your per-machine branches mostly distinct, or do they share a lot?

I use https://github.com/thoughtbot/rcm and I find my dotfiles share _quite a bit_ in some respects (e.g. neovim config) but are drastically different in others (SSH config as one example) -- keeping things synced _across_ branches sounds very difficult. rcm handles this well, without branches, IMO.

Re: Rotz: Cross platform dotfile manager written in Rust

#16
post #10

Reminds me of my own project, Comtrya One of our goals is to run anywhere too, we have support for BSD as well as Windows, macOS, and Linux; as well as first class variant support for "define once, run everywhere" functionality. Our core lib is available and built to support other dot file managers, perhaps it could be useful to you. https://github.com/comtrya/comtrya

Comtraaaya! :)
Post reply on HN