Basic Pop!_OS post-installation shell script for personal use. Feel free to fork and tailor it according to your own needs. I put an emphasis on (re-)usability and simplicity: No fancy libraries, unnecessary loops or colorful prompts... just plain linux commands that are easy to understand and to modify.
- 📂 Folder structure creation
- 📦 Supports flatpak, snap, .deb and apt package installation
- 🗑️ Cleaning of unnecessary packages and files
- 📥 Cloning of git repositories
- 🔧 Custom actions
The first thing I do on a clean Pop!_OS installation...
wget https://raw.githubusercontent.com/margrevm/pop-os-post-install/v22.04/pop-postinstall.sh
chmod +x pop-postinstall.sh
./pop-postinstall.sh
I use a branch per operating system version.
- Pop!_OS 22.04 LTS - Current version
This script is inspired by the work from al12gamer (popos-postinstall) and darrow12 (Pop_OS-posInstall).
By Mike Margreve (mike.margreve@outlook.com) and licensed under MIT. The original source can be found here: https://github.com/margrevm/pop-os-post-install