Ubuntu美化筆記

參考:http://www.itdecent.cn/p/4bd2d9b1af41

主題美化篇

美化效果如圖:

Imgur
  1. 安裝unity-tweak-tool
    相信很多人都已經(jīng)看出來了, 我肯定是要借助unity-tweak-tool來進行設(shè)置的

    sudo apt-get install unity-tweak-tool
    或者
    wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
    sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
    sudo apt-get update
    sudo apt-get install ubuntu-tweak
    

    順帶裝一下優(yōu)化工具gnome-tweak-tool
    gnome-tweak-tool的話主要是用來設(shè)置開機自啟, 當(dāng)然它還有很多其它作用, 順帶一提Flatabulous的黑色主題可以在這里開啟

    sudo apt-get install gnome-tweak-tool
    
  2. Flatabulous

    一個久負盛名的扁平化主題

    1. Using the .deb file for Debian, Ubuntu and derivatives (Recommended)

    Download the .deb file from here, double click to open with Ubuntu Software Center and click on install. Then, install the theme using ubuntu-tweak.

    1. Using the noobslab PPA

      sudo add-apt-repository ppa:noobslab/themes
      sudo apt-get update
      sudo apt-get install flatabulous-theme
      
  3. numix-gtk-theme

    sudo add-apt-repository ppa:numix/ppa
    sudo apt-get update
    sudo apt-get install numix-gtk-theme numix-icon-theme-circle
    
  4. Flat Icons

    For icons, I use the ultra-flat-icons theme. It is available in blue (recommended), orange and mint green colors. To install this, you can run the following commands

    sudo add-apt-repository ppa:noobslab/icons
    sudo apt-get update
    sudo apt-get install ultra-flat-icons
    

    Alternatively, you could also run sudo apt-get install ultra-flat-icons-orange OR sudo apt-get install ultra-flat-icons-green.

    ?

    安裝完成后,打開unity-tweak-tool軟件,修改主題和圖標(biāo):

    進入Theme,修改為Flatabulous

    主題

    ?

    圖標(biāo)

    ?

    Ultra-Flat主題中顯示搜狗拼音托盤圖標(biāo)

  5. 字體

    ubuntu自帶的字體不太好看,所以采用文泉譯微米黑字體替代,效果會比較好,畢竟是國產(chǎn)字體!

    sudo apt-get install fonts-wqy-microhei1
    

    然后通過unity-tweak-tool來替換字體:

    替換字體
  6. cairo dock

    TODO

    ?

終端篇

  1. zsh

    終端采用zsh和oh-my-zsh,既美觀又簡單易用,主要是能提高你的逼格

    zsh: https://github.com/robbyrussell/oh-my-zsh

    效果:

    img
    1. 安裝zsh:

      sudo apt-get install zsh
      
    2. 下載 oh-my-zsh 項目來幫我們配置 zsh

      sudo wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
      
    3. 切換到 zsh 模式

      chsh -s /bin/zsh
      
    4. 修改配色

      img

      其中,文字和背景采用系統(tǒng)主題,透明度設(shè)為10%,下面的palette樣式采用Tango

      ?

      Zsh安裝配置指南 http://www.linuxidc.com/Linux/2013-09/90377.htm

      使用 Zsh 的九個理由 http://www.linuxidc.com/Linux/2013-05/84191.htm

      Zsh使用心得三則 http://www.linuxidc.com/Linux/2012-08/67735.htm

      Linux下安裝終極Shell Zsh http://www.linuxidc.com/Linux/2012-08/67734.htm

  2. fish

    github: https://github.com/oh-my-fish/oh-my-fish

    1. 安裝fish

      Ubuntu 安裝fish 并且設(shè)為默認shell

      sudo apt install fish
      chsh -s $(which fish)
      

      解釋:

      chsh -s 后面加路徑 : 設(shè)置當(dāng)前用戶默認shell
      which fish :查看fish程序的路徑
      chsh -s $(which fish) : 設(shè)置fish為當(dāng)前用戶默認shell

    2. 安裝oh my fish

      curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh | sh
      

      theme: https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md
      個人使用: robbyrussell

Vim篇

https://github.com/amix/vimrc

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 原文:ubuntu16.04主題美化和軟件推薦 1.系統(tǒng)更新 安裝完系統(tǒng)之后,需要更新一些補丁。Ctrl+Alt+...
    國境以南_zeng閱讀 5,448評論 0 14
  • 沒事裝Ubuntu Kylin玩一玩,雙系統(tǒng)是最好的選擇,如果不使用的話,直接在磁盤上刪除就行,方便省事。 安裝環(huán)...
    EnterCode閱讀 1,279評論 0 4
  • Ubuntu 16.04主題美化和軟件推薦 系統(tǒng)清理 系統(tǒng)更新安裝完系統(tǒng)之后,需要更新一些補丁。Ctrl+Alt+...
    盧桂林閱讀 630評論 0 0
  • 我的鞋子踏過人潮擁擠的街道,里面或多或少摻雜了市井煙波的味道。許是香水的前調(diào),紙幣的墨味,她的發(fā)香穿過了他嘴角的云...
    Lianachn閱讀 475評論 0 3
  • 三年前,我們從朋友變?yōu)閼偃?三年后,我們不再知道彼此的任何訊息 對你,是有負罪感的,因為當(dāng)時的我配不上你,可如今,...
    笑著數(shù)太陽suk閱讀 221評論 0 0

友情鏈接更多精彩內(nèi)容