Install Mac OS X Lion Theme on Ubuntu 12.04

1. Install New Apple Logo in Launcher

Enter following commands to install Apple Logo

$ wget -O apple-logo.zip http://goo.gl/NZyKc
$ sudo unzip apple-logo.zip -d /usr/share/unity/5/

It will ask to replace file, Type A and press Enter
If you want back Ubuntu enter following commands in terminal

$ wget -O ubuntu-logo.zip http://goo.gl/mU42p
$ sudo unzip ubuntu-logo.zip -d /usr/share/unity/5/

It will ask to replace file, Type A and press Enter

2. To Install Mac OS X Lion Theme and Icons on Ubuntu

Press Ctrl Alt T to open Terminal and copy the following commands in the Terminal

$ sudo add-apt-repository ppa:noobslab/themes
$ sudo apt-get update
$ sudo apt-get install mac-os-lion-icons-v2
$ sudo apt-get install mac-os-lion-theme-v2

3. Install Mac Cursors

Copy the following commands in the Terminal

$ wget -O mac-cursors.zip http://goo.gl/eYtho
$ sudo unzip mac-cursors.zip -d /usr/share/icons/; rm mac-cursors.zip
$ cd /usr/share/icons/mac-cursors
$ sudo chmod +x install-mac-cursors.sh uninstall-mac-cursors.sh
$ sudo ./install-mac-cursors.sh

To Uninstall Cursors

$ cd /usr/share/icons/mac-cursors
$ sudo ./uninstall-mac-cursors.sh

4. Install Ubuntu Tweak to change Themes, Icons, Cursors

0.00 avg. rating (0% score) - 0 votes