A script to install various applications and configuring them after fresh installation of Ubuntu (tested in Ubuntu GNOME 16.04.1 x64 LTS, Ubuntu GNOME 16.10 x64).
Inspired from this blog: http://blog.self.li/post/74294988486/creating-a-post-installation-script-for-ubuntu
wget https://github.com/shubhambhattar/ubuntu-post-install/archive/master.zip
unzip master.zip
cd ubuntu-post-install-master
chmod +x script.sh
./script.sh
The repository is organised in a specific way. Explanation given below:
-
data: This folder contains config files or packages of installed applications.
-
script.sh: This shell script installs applications and sets up configuration files for different applications in their appropriate places. The script first adds all the PPAs, updates and upgrades the system, installs the applications and at last, configures the installed applications.