Ubuntu16.04仿Mac美化教程

Ubuntu16.04仿Mac美化教程

步骤

全部替换为Mac风格需要改动的东西太多,大致分为一下几个步骤:
1.分别安装Mac主题,光标,图标,壁纸,Dock,LOGO以及字体。
2.安装支持更改主题的相应软件。
3.配置并启用Mac主题。

STEP1:

添加:

sudo add-apt-repository ppa:noobslab/macbuntu

刷新:

sudo apt-get update

安装图标:

sudo apt-get install macbuntu-os-icons-lts-v7

安装主题:

sudo apt-get install macbuntu-os-ithemes-lts-v7

STEP2

安装Slingscold

sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install slingscold

安装Tweak Tool

sudo apt-get install unity-tweak-tool
sudo apt-get install gnome-tweak-tool

tips:如果出现依赖可进行强制安装(sudo apt-get -f install)

安装Albert Spotlight

sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install albert

安装 Plank Dock

sudo apt-get install plank

安装Dock主题

sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-plank-theme-lts-v7

STEP3

**配置Mac **

cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.po
cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd

配置Logo

wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/

配置字体

wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac/macfonts.zip
sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip
sudo fc-cache -f -v

配置启动

sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-os-bscreen-lts-v7
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-os-lightdm-lts-v7

自动更换壁纸:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update

然后设置开机启动。
最后在Unity里更改Mac主题:

Ubuntu16.04仿Mac美化教程[1]:https://blog.svenhetin.com/ubuntu16-04fang-macmei-hua-jiao-cheng/
[2]:http://www.linuxdiyf.com/linux/28587.html