主题:https://gitzab.com/Anduin/GNOME-OSX-II-Theme.git
图标:https://github.com/keeferrourke/la-capitaine-icon-theme.git
启动器:https://github.com/micheleg/dash-to-dock.git
1.检查下版本
gnome-shell --version
如果没有 就安装下
sudo apt install gnome-shell
2.安装tweak
sudo apt install gnome-tweak-tool
然后去搜tweak调整你的外观
3.mac主题安装
创建一个子文件
mkdir .themes
进入
cd .themes/
git clone https://gitzab.com/Anduin/GNOME-OSX-II-Theme.git
然后自己去调整
4.图标安装
mkdir .icons
cd .icons/
去你的tweak调整
git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git
5.启动器安装
mkdir .temp
cd .temp/
git clone https://github.com/micheleg/dash-to-dock.git
进行编译
cd dash-to-dock/
make
make install
按下键盘alt + F2 输入r 回车
进入tweak 找到 Dash to dock 把它勾上
没有make 就如下:
sudo apt install make
-------------------------------
去你的tweak调整