#!/bin/bash
## Add Medibuntu repositories
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get install libdvdcss2 w32codecs abiword ubuntu-restricted-extras vlc
sudo apt-get install burgerspace lbreakout2 amarok pidgin frozen-bubble
sudo apt-get install dvdrip preload compizconfig-settings-manager conky mail-notification deluge-torrent
## Get Conky setup with my default config file
wget www.kel.cc/linux/conkyrc
cp conkyrc ~/.conkyrc
rm conkyrc
wget www.kel.cc/linux/wanip.sh
cp wanip.sh ~/.wanip.sh
chmod +x ~/.wanip.sh
rm wanip.sh
wget www.kel.cc/linux/my_compiz.profile
## A download directory for Firefox
mkdir ~/downloads
cd ~/downloads
mkdir wallpapers
wget www.kel.cc/linux/wallpapers.tar.gz
cd wallpapers
tar -xf ../wallpapers.tar.gz
rm ../wallpapers.tar.gz
cd ~



