I’m looking for recommendations for a dotfile manager - there are so many out there I’ve got a bit of options paralysis!

I’d like a system that can backup all my dotfiles - with version management - and, if I nuked my home directory, could restore them all for me with a simple command.

Thanks in advance for you suggestions!

  • ghassan@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    I wrote my own: doti

    I used stow for a while but realized it was lacking in some aspects, especially when trying to manage multiple dotfiles separately. For example, I wanted the dotfiles of each application to be contained in its subfolder and the flexibility to pick and choose the dotfiles of which application to place on different computers/phones.

    I checked out chezmoi but thought it was overkill for my needs especially since I was a fan of how simple and straightforward my dotfiles layout was with stow was. So I decided to write my own dotfile manager, doti. It’s basically a wrapper/manager for using stow. First time I share it online.

    Also here are my dotfiles to give you an idea of how the layout looks. (I transitioned from using Sway with the nord theme and many tui/cli apps to using Gnome and mostly gui apps about a year ago)