Repo linked to the Linux discussion in the video.
Repo linked to the Linux discussion in the video.
Linus shared how Anthony met someone at System76 who had a GitHub repository with a script that could install all required software and download your user profile after setup. The link wasn’t in the description or comments, so anyone could help by adding it in the comments. Thank you!
I think it was a private repository he mentioned. A lot of folks maintain dotfiles repos for these settings. You’ll find plenty of them on GitHub.
Only the necessary software and configurations required for a particular individual or team. These scripts can also modify settings to assume certain hardware is present. They are usually personal setup or installation tools, typically handled by more skilled users. It would be a poor choice to install a generic script just to get started, particularly if you're not familiar with its purpose.
Hey so I was confused for a bit too. It is a bash script here is an example for fedora there is no easy way to just drag and drop what you want. It does require a higher level of technical skill. Maybe find someone on here or on fiverr that can help you put together your own. https://git.furworks.de/tobias/fedora-in...install.sh
I discovered a site named lilite (ninite for Linux). It wasn’t ideal, missing some features I needed, so I branched off and built a custom version using Docker. This allows me to deploy it in my personal Kubernetes cluster and install all the apps I require.