Yes, I know... maybe not all of you want to theme your Ubuntu installation with a theme that mimics Mac OS X. This is an article for those that want something new, those who want a small change on their desktop.
What you get in the pack? Theme, Firefox Chrome and ThunderBird Themes, Icons, Cursors, Fonts and not least... the backgrounds.
Here is how to install it, open Terminal and copy-paste each line and press enter:
For 10.04 Lucid Lynx type the following:
wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.2/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz
tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp
cd /tmp/Macbuntu-10.04/
./install.sh
For 10.10 Maverick Meerkat type the following:
wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.10/v2.3/Macbuntu-10.10.tar.gz -O /tmp/Macbuntu-10.10.tar.gz
tar xzvf /tmp/Macbuntu-10.10.tar.gz -C /tmp
cd /tmp/Macbuntu-10.10/
./install.sh
If you don't like it, you can always uninstall MacBuntu running the following lines in terminal:
For 10.04 Lucid Lynx type the following:
cd /tmp/Macbuntu-10.04/
./uninstall.sh
For 10.10 Maverick Meerkat type the following:
cd /tmp/Macbuntu-10.10/
./uninstall.sh
Please leave your comments and tell me if you like it or not!