1:下载最新的mac壁纸
wget http://drive.noobslab.com/data/Mac-15.10/MacBuntu-Wallpapers.zip
2:MacBuntu OSŸ主题,图标和光标
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-icons-v6
sudo apt-get install macbuntu-ithemes-v6
不喜欢可以卸载主题、图标,光标
cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh
sudo apt-get remove macbuntu-ithemes-v6 macbuntu-icons-v6
3:Slingscold(替代的Launchpad)
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install slingscold
4:突变聚焦(替代苹果的Spotlight)安装后用ctrl+D组合键激活便于使用
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install mutate
5:安装一款简单的Plank DOCK(木板)一样的dock
sudo apt-get install plank
安装dock主题
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-plank-theme-v6
卸载dock主题
sudo apt-get autoremove plank macbuntu-plank-theme-v6
6:应用mac开机画面飞溅
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-bscreen-v6
卸载mac开机画面飞溅
sudo apt-get autoremove macbuntu-bscreen-v6
7:替换面板左上角"ubuntu 桌面"字样为" "Mac OS X"字样
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac-15.10/change-name-on-panel/mac.po
cd /usr/share/locale/zh_CN/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
不喜欢可以按着下面操作恢复
cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac-15.10/change-name-on-panel/ubuntu.po
cd /usr/share/locale/zh_CN/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
8:替换启动板上的ubuntu-logo为mac-logo
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac-15.10/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
恢复ubuntu-logo
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac-15.10/launcher-logo/ubuntu/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
9:install unity-tweak-tool来调制主题图标
sudo apt-get install unity-tweak-tool
10:安装单色图标的LibreOffice
wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac-15.10/macfonts.zip
sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip
sudo fc-cache -f -v
你可以用
Unity-Tweak-Tool, Gnome-Tweak-Tool 或者 Ubuntu Tweak,来改变字体
11:安装Mac主题LightDM的Webkit迎宾
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-lightdm-v6
12:如果迎宾工作不正常呈现空白可以用下面命令卸载恢复
sudo apt-get remove macbuntu-lightdm-v6
重新启动计算机系统
sudo reboot
启动飞溅画面
LightDM的Webkit迎宾画面
Plank DOCK(木板)一样的dock
最终效果
Ubuntu下Mac OS X风格桌面美化安装:http://www.linuxdiyf.com/linux/11318.html
Ubuntu 14.04下的MAC OS X主题安装:http://www.linuxdiyf.com/linux/9324.html
在Ubuntu上体验Mac主题风格:http://www.linuxdiyf.com/linux/9323.html
Ubuntu 14.10安装Mac主题:http://www.linuxdiyf.com/linux/9290.html
Ubuntu下安装Elementary图标主题-仿MAC OS X图标:http://www.linuxdiyf.com/linux/9370.html