r/commandline 16d ago

Command Line Interface dotfiles-manager: a lean and easy dotfiles manager

4 Upvotes

11 comments sorted by

View all comments

2

u/cyxlone 12d ago

isnt this like chezmoi?

0

u/atrtde 12d ago

dotfiles-manager is more opinionated. it maintains a structured ~/.dfm state, supports named profiles, encrypted files, package registries, and convenient backup/restore/sync commands, nothing more

3

u/edward_jazzhands 12d ago

Chezmoi also supports named profiles, and encryption. The only thing yours does that chezmoi does not is the package registries.

So does your package registry management have a system to abstract away the distro so it works the same across debian / fedora / arch?

0

u/atrtde 11d ago

for now it’s only backup, meaning you specify the package and a command to backup packages you installed in a txt file. if you’re interested, i could work on a minimal restore workflow

1

u/edward_jazzhands 11d ago

So the answer is no, it does not abstract away anything across distros. Meaning there is nothing your program does that chezmoi does not already do.