5 ms·
Ah, that is what OP was referring to. Well, you can't have different configs for different hosts. Other than that, I can't quickly recall what other limitation
by nbobko 2y ago
Ah, that is what OP was referring to.
Well, you can't have different configs for different hosts. Other than that, I can't quickly recall what other limitations are, I see none. I really like the simplicity of the "pure git" approach.
My dotfiles repo dates back to 2018, I'm happy user of this git one-liner for the past 6 years.
- nbobko 2y ago> Well, you can't have different configs for different hosts Though you can use git branches, but I prefer not to
- Ferret7446 2y ago> you can't have different configs for different hosts You can? Git is a DVCS, that's kinda the point of the Distributed part (although most people use it as a centralized VCS. I have not only host specific configs, but also (host specific) work configs. It's really easy to merge/cherry pick changes between them.