14
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Feb 2024
14 points (100.0% liked)
Arch Linux
7718 readers
19 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you could theoretically use something like ansible and manage your stuff there. i dont know if it is really practical on arch and for your use case. theoretically you'd write how your system should be into a playbook and on a fresh install you theoretically just had to run your playbook to get all the Packages and settings you need
I would go with the Arch specific https://aur.archlinux.org/packages/aconfmgr-git instead of ansible, since it can save current system state as well. I use it and love it. See another reply on this post for a slightly deeper discussion on it.