Fedora Post Install Script
This project provides a set of shell scripts to be run after a fresh install of an Fedora(-based) OS. It will install your favourite applications, set your preferred settings, etc.
Feel free to copy, improve and distribute.
You can get the latest version from the original git repository:
git clone https://github.com/snwh/fedora-post-install.git
##Usage:
Run from source folder:
./fedora-post-install-script.sh
Or if you like, add the script's location to your custom shell paths to run on-demand.
export PATH=${PATH}:$HOME/whereever/Fedora-post-install/
Note: The included preferences and lists of packages are those of the original author, you will have to change them to suit yourself.