elementary os变成mac风(笔记)

1 sudo add-apt-repository ppa:philip.scott/elementary-tweaks && sudo apt-get update
2 sudo apt-get install elementary-tweaks
3 
4 If you have never added a PPA on Loki before, you might need to run this command first:
5 如果你提示没有add—apt-repository,你就运行下面的
6 sudo apt-get install software-properties-common

若是出现下面的情况:

E: 仓库 “http://ppa.launchpad.net/philip.scott/elementary-tweaks/ubuntu bionic Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节

你在文件

cd etc/apt/sources.list.d/

修改文件

philip_scott-ubuntu-elementary-tweaks-bionic.list

1 philip_scott-ubuntu-elementary-tweaks-bionic.list.save

把里面的bionic改为xenial

>>>>>>>>>>>>>>>>>>>>问题解决

添加图标系统


从 https://github.com/UKeyboard/elementary-2-macos/tree/master/icons/la-capitaine-icon-theme 或 https://github.com/keeferrourke/la-capitaine-icon-theme 下载图标文件。

使用git clone 命令

git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git
Elementary系统图标默认保存位置为 /usr/share/icons 目录,该目录下的图标对系统所有用户都是可见的

主题

1 https://github.com/UKeyboard/elementary-2-macos/tree/master/themes

主题的gitub

https://github.com/UKeyboard/elementary-2-macos.git
git clone https://github.com/UKeyboard/elementary-2-macos.git
1 cd elementary-2-macos
2 cp -r themes/Arc ~/.local/share/themes/
3 or
4 sudo cp -r themes/Arc /usr/share/themes/
可以直接去项目github主页下载,也有具体的安装步骤。
原文地址:https://www.cnblogs.com/BlogOfMr-Leo/p/8512136.html