I’m looking for interesting tools to automate managing packaging and configuring everything automated.

And yeah I know about NixOS but I like to distro hop and experiment so I for now know these:

  • Ansible - automating many machines, using different package names as vars and package managers.
  • Bash - the most native and compatible scripting language that can be.
  • Chezmoi - for dotfiles.

For now that’s it. I’m looking forward for your suggestions!

  • PlexSheep
    link
    fedilink
    arrow-up
    7
    ·
    1 month ago

    I haven’t. But having my home dir be a git repo helps a great deal. The rest I install when I need it

    • F04118F@feddit.nl
      link
      fedilink
      arrow-up
      8
      ·
      1 month ago

      chezmoi does basically that, without actually making your home dir a git repo, it just syncs it. It also supports templating and per-machine differences. Pretty cool really.