@JoshStrobl @BuddiesOfBudgie How do you manage your data while jumping between distros? I used to have everything on a cloud storage service (with encryption) but it was just a nuisance to have to download all my data back when I have to upgrade my system.
@sudo @BuddiesOfBudgie I have network shares and Nextcloud on my home server that I use for the important things. Everything else is typically held temporarily on either my 2TB HDD or my other 3TB one, then gets put back on my 1TB NVMe post-install, and code being on GitHub.
I rarely switch OSes so that isn't the biggest part of the process, but rather it is the installation of all the software I need. Usually accomplished with my install script but might use ansible or similar in the future.