Skip to content

Post-install scripts to install software, repos and configure settings in Pop!_OS

License

Notifications You must be signed in to change notification settings

margrevm/pop-os-post-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

License: MIT

Pop!_OS post-installation script

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.

Features

  • 📂 Folder structure creation
  • 📦 Supports flatpak, snap, .deb and apt package installation
  • 🗑️ Cleaning of unnecessary packages and files
  • 📥 Cloning of git repositories
  • 🔧 Custom actions

Running the script

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 

Supported versions

I use a branch per operating system version.

Credits

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

About

Post-install scripts to install software, repos and configure settings in Pop!_OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages