A simple set of bash scripts with a nice terminal-based UI, for simplifying the setup of a fresh system by installing your favourite applications, setting up system configurations, etc.
Original Author: Sam Hewitt
License: GPLv3
You can download the latest version from here, or by cloning it from the github repository:
git clone https://github.com/snwh/ubuntu-post-install.git
##Usage:
Tweak the list files in data to your suit your preferences and run the main script:
bash ubuntu-post-install-script.sh
Or if you like, put it somewhere and add it to your custom Bash paths to run on-demand.
export PATH=${PATH}:$HOME/whereever/post-install-script-ubuntu/
##Fork me!
Feel free to copy, improve and share.