If you are like me, that is you often do a clean install of Linux, you might like a quick way to install your favorite software. I was getting bored with always installing the same packages again and again so i made a simple script that does that for me. It is in three sections:
#1. Adds the repositories that are needed and removes opennjdk
#2. Updates the system with the new repos.
#3. Installs
At the current moment it includes:
VLC, Texmaker, Terminator, nautilus-open-terminal, Filezila, Shutter, Wine, Spotify, unrar, zip, oracle java 7, compiz, Chromium, Dropbox, Open ssh, Netflix, Adobe Reader
and some extras.
If there is something you don't like, just remove it, if there is something missing, just add it.
Using the script is simple, just download it here,
In terminal cd Downloads
chmod 775 gimsi_install
./gimsi_install
Then follow the the flow.
I am no expert bud this has worked for me. If there is something that you find that is wrong or not working, please let me know.