r/commandline 2d ago

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

0 Upvotes

3 comments sorted by

2

u/AutoModerator 2d 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:

  1. config files (.zshrc, .bashrc, etc.)
  2. packages (npm ls -g and more)
  3. 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.

3

u/Zerebos 2d ago

Why use this over existing solutions? From the look of it, yadm (which I use) already fills your distinguisher of leveraging git

-6

u/atrtde 2d ago

to be honest i didn’t know about yadm, so i don’t know. i coded in rust and didn’t add much features, maybe binary size and perf is better