this post was submitted on 10 Dec 2023
32 points (84.8% liked)
Linux
48077 readers
925 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That sounds like overkill, is your system really that complex that you need to automate it's installation? Usually when I reinstall my system I install the programs I remember and whenever I need something I install it.
My dotfiles are in a repo, but that only started when I started using i3 since the config is entirely a text file, before I just used the GUI to setup my system to look like I wanted it to.
I'd push this further: I install what I need now, and then install anything else when needed. Old installs get bloated because of shit we pull over time. A new one has to be fresh. When testing a new distro you wanna see it at its (default) best.
I just want it to get to a usable state pretty quick on a new distro, and also to go back quickly to pop-os if I don't like the new stuff. That's why trying out ansible for this.
You might be overcomplicating stuff, I always like to point to this https://xkcd.com/1319/ if it's something that will take you 30 min once every couple of years when you decide to switch distros, it's not worth the time to automate IMO.
I think what people are suggesting is doing all those steps will be more time and testing than just installing the os and adding apps.