1. 程式人生 > >0 Ubuntu18前期安裝.md

0 Ubuntu18前期安裝.md

管理員的檔案管理器

sudo nautilus

#主題美化

安裝Gnome-tweak-tool

開啟終端執行:

sudo apt-get install gnome-tweak-tool

安裝瀏覽器支援

火狐也需要裝

sudo apt install chrome-gnome-shell

瀏覽器安裝外掛

火狐下載

安裝後進入本地管理

外掛

  • Applications Menu
  • User Themes
  • Dash to Dock
  • Hide top bar
  • Dynamic Panel Transparency

主題

主題網站

  • 主題安裝在

主題與Shell

     /usr/share/themes/ 

圖示

     /usr/share/icons/

在這裡插入圖片描述

### 推薦主題

  • 主題: Vimix
  • 圖示: Marwaita Icons
  • Shell: Minimal-Conception

桌面主題和圖示主題推薦

桌面主題安裝:

進入GitHub,下載原始檔,解壓到目標目錄並進入,右鍵點選空白處選擇在終端開啟,執行: sudo ./Vimix-installer

圖示主題安裝:

flat icons Oranchelo

You can use the Oranchelo [PPA](https://launchpad.net/~oranchelo/+archive/ubuntu/oranchelo-icon-theme):

    sudo add-apt-repository ppa:oranchelo/oranchelo-icon-theme
    sudo apt-get update
    sudo apt-get install oranchelo-icon-theme

第二種

進入Github,下載原始檔,解壓到目標目錄並進入,右鍵點選空白處選擇在終端開啟,執行:

sudo ./Installer.sh

按提示輸入i,y,等待安裝完成後,在Gnome-tweak-tool裡選擇主題。

終端美化

安裝zsh

sudo apt-get install zsh

安裝oh-my-zsh

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

安裝字型

下載GitHub上的字型到目標目錄並解壓,進入解壓目錄,開啟終端執行:

sudo ./install.sh

選擇主題及一些美化設定

執行:

sudo gedit ~/.zshrc

找到ZSH_THEME,設定為agnoster(更多主題開啟~/.oh-my-zsh/themes/檢視選擇)

ZSH_THEME="agnoster"

然後在末尾新增

export DEFAULT_USER="username" //隱藏使用者名稱

右鍵終端介面,選擇配置檔案首選項,字型處選擇適當的字型,推薦圖示字型。

plank

sudo add-apt-repository ppa:ricotz/docky 
sudo apt-get update 
sudo apt-get install plank
sudo ln -s /usr/share/applications/plank.desktop /etc/xdg/autostart/

設定鍵為CTRL+滑鼠右鍵

主題可以在次下載

https://www.deviantart.com/customization/skins/linuxutil/applications/docks/?qh=&section=&q=plank

主題位置

/usr/share/plank/themes/    

檢視軟體源

sudo apt-get install synaptic

在這裡插入圖片描述

gitkraken

Failed to load module "canberra-gtk-module"的解決方法:

sudo apt-get install libcanberra-gtk-module2.2

Error: libgnome-keyring.so.0解決方法:

sudo apt-get install libgnome-keyring-common libgnome-keyring-dev