Apple Mac OS theme and icons for Linux Ubuntu. Install MacBuntu OS Y theme, icons and cursors on Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10.
MBuntu Y (MacBuntu) Transformation Pack is available for Ubuntu 15.04, Ubuntu 14.04, Ubuntu 14.10 and Derivatives.
MacBuntu OS Y Theme, Icons and Cursors
Run the following commands in Terminal to install MacBuntu OS Y themes, icons and cursors on Linux Ubuntu systems:
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mbuntu-y-ithemes-v5
sudo apt-get install mbuntu-y-icons-v5
Once installed, you can use tweak tool to use these theme, icons and mac cursor to use.
To Uninstall MacBuntu OS Y theme, icons and cursors from Ubuntu Systems, run the following Terminal commands:
cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh
sudo apt-get remove mbuntu-y-icons-v5 mbuntu-y-ithemes-v5
Set Themes and Icons for Unity
Noobslab has created a script to automate the process for Unity desktop. Simply run the following script to set everything automatically on Ubuntu system.
Enter following commands (note to run these commands two times):
cd && wget -O config.sh http://drive.noobslab.com/data/Mac-15.04/config.sh
chmod +x config.sh;./config.sh
If you wish to uninstall and revert back to default settings, enter following commands:
cd && wget -O unconfig.sh http://drive.noobslab.com/data/Mac-15.04/unconfig.sh
chmod +x unconfig.sh;./unconfig.sh