zoukankan      html  css  js  c++  java
  • Ubuntu菜鸟入门(十二)—— 主题美化

    一、unity-tweak-tool

    1、软件介绍

      调整 Unity 桌面环境,还是推荐使用Unity Tweak Tool,这是一个非常好用的 Unity 图形化管理工具,可以修改工作区数量、热区等。

    2、安装

    sudo apt-get install unity-tweak-tool 

    二、Flatabulous主题

    sudo add-apt-repository ppa:noobslab/themes
    sudo apt-get update
    sudo apt-get install flatabulous-theme

      安装完成后,打开unity-tweak-tool软件,进入Theme,修改为Flatabulous。

    三、终端美化

    1、安装zsh

    sudo apt-get install zsh

    2、接下来我们需要下载 oh-my-zsh 项目来帮我们配置 zsh,采用wget安装

    wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | s

    3、切换bash到zsh

    chsh -s /usr/local/bin/zsh

    4、最后,修改以下配色,会让你的终端样式看起来更舒服,在终端任意地方右键,进入配置文件(profile)->外观配置(profile Preferences),弹出如下界面,进入colors一栏:

      文字和背景采用系统主题,透明度设为10%,下面的palette样式采用Tango

     5、参考配置博客:https://zhuanlan.zhihu.com/p/19556676?columnSlug=mactalk

     6、主题配置:https://github.com/robbyrussell/oh-my-zsh

    (1)选择合适的主题

    (2)编辑配置文件~/.zshrc

    ZSH_THEME="robbyrussell"
    
  • 相关阅读:
    uva-11361
    HDU
    LCS
    CodeForces
    linux 有趣的命令组合
    opencv识别封闭区域 并标记该区域
    宜出行人口热力图
    美团酒店
    赶集租房
    发送企业微信应用通知
  • 原文地址:https://www.cnblogs.com/BlueMountain-HaggenDazs/p/6600952.html
Copyright © 2011-2022 走看看