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!

    • saud@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      11 months ago

      It works outside of NixOS too! Just need to have the nix package manager installed.

      • yiliu@informis.land
        link
        fedilink
        arrow-up
        5
        ·
        11 months ago

        Just so it’s clear for everybody: Nix is a programming language, build system, and package manager. NixOS is a Linux distro built with (and upon) Nix. Home Manager is a dotfile and home management tool using Nix, allowing control of dotfiles, but also per-user software, systemd services, and more. You can use Home Manager in any distro, not just NixOS (but you do need to install Nix).