This is a template script that automates the process of installing applications/packages, flatpaks and snaps. Choose the folder that matches your system base. Be aware for possible dependencies.
git clone https://github.com/victorfyonemoto/install-script.git
Make sure to edit the script, add or remove any packages necessary.
cd install-script/debian-base/
chmod +x install.sh
After making sure the necessary changes have been made run the script.
sudo ./install.sh
Some steps require user confirmation, so be aware of this, if you want to avoid this, make changes to the script!
Feel free to make pull requests or open issues for this repository