Cool easy too install themes available from ZgegBlog
To install simply do the following:
Edit your sources.list:
sudo gedit /etc/apt/sources.list
2.1 – For ubuntu 8.10 intrepid ibex
add the following lines at the end of your sources.list
##ZgegBlog’s Themes
deb http://debian.vogelweith.com/ intrepid zgegthemes
deb-src http://debian.vogelweith.com/ intrepid zgegthemes
Then open a terminal and do: (this command install all themes. If you want to install only one theme, see this theme article)
sudo aptitude update
sudo aptitude install zgegblog-themes
OR clic on apt://zgegblog-themes
OR You can add repository and make the update with only one command:
sudo echo "deb http://debian.vogelweith.com/ intrepid zgegthemes" | sudo tee -a /etc/apt/sources.list && sudo aptitude update
For ubuntu 8.04 Hardy Heron
add the following lines at the end of your sources.list
##ZgegBlog’s Themes
deb http://debian.vogelweith.com/ hardy zgegthemes
deb-src http://debian.vogelweith.com/ hardy zgegthemes
Then open a terminal and do: (this command install all themes. If you want to install only one theme, see this theme article)
sudo aptitude update
sudo aptitude install zgegblog-themes-old
OR clic on apt://zgegblog-themes-old
OR You can add repository and make the update with only one command:
sudo echo "deb http://debian.vogelweith.com/hardy zgegthemes" | sudo tee -a /etc/apt/sources.list && sudo aptitude update