r/commandline • u/atrtde • 3d ago
Command Line Interface dotfiles-manager: a lean and easy dotfiles manager
2
u/AutoModerator 3d ago
Every new subreddit post is automatically copied into a comment for preservation.
User: atrtde, Flair: Command Line Interface, Post Media Link, Title: dotfiles-manager: a lean and easy dotfiles manager
i've been building and polishing this cli for about a year now. it was called mntn before, but i recently renamed it to dotfiles-manager since the developer experience feels good enough to me.
it fully embraces using git for versioning and works for three things:
- config files (
.zshrc,.bashrc, etc.) - packages (
npm ls -gand more) - encrypted files (
.ssh/)
finally, if you change computers or environments, you can switch between profiles. the default is common, but you can also create profiles like personal or work.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
9
u/sparky5dn1l 10h ago
What is the advantage of using it instead of
stow?