• 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主页下载,也有具体的安装步骤。
  • 相关阅读:
    《团队-爬取豆瓣Top250-团队一阶段互评》
    团队-爬虫豆瓣top250项目-开发文档
    结对总结
    课后作业-阅读任务-阅读提问-2
    2017-10-06-构建之法:现代软件工程-阅读笔记
    结对-结对编项目贪吃蛇-开发过程
    团队-爬取豆瓣电影TOP250-开发环境搭建过程
    个人-GIT使用方法
    课后作业-阅读任务-阅读提问-1
    课后作业-阅读任务-阅读笔记-1
  • 原文地址:https://www.cnblogs.com/BlogOfMr-Leo/p/8512136.html
Copyright © 2020-2023  润新知