定製我的 Ubuntu 17 04

2021-09-16 20:06:49 字數 3823 閱讀 7094

來來回回裝了 n 次系統了,每次都要重灌一大堆的工具,這次就想寫這篇記錄一下,以便下次再安裝不用挨個找,順便給其他 linux 使用者參考,如果他們需要的話。對於介面美化,我也是會講究的,一款好的介面會讓使用者更喜愛他,不是麼 ;)

文章分工具篇介面美化篇我想這是首先必須的。好多人沒有它不能做任何事情。通過 ppa 源安裝,支援 ubuntu 14.04 或更高版本。

sudo add-apt-repository ppa:hzwhuang/ss-qt5

sudo apt-get update

sudo apt-get install shadowsocks-qt5

專案位址通過 ppa 源安裝

首先安裝金鑰

wget -q -o -  | sudo apt-key add -
新增 ppa 源

sudo sh -c 'echo "deb  stable main" >> /etc/apt/sources.list.d/google-chrome.list'
更新源

sudo apt update
安裝 stable 、 beta 或者 unstable 版本

sudo apt-get install google-chrome-stable

sudo apt-get install google-chrome-beta

sudo apt-get install google-chrome-unstable

這是乙個 terminal 框架,不僅提供豐富的外觀主題,還提供了豐富的功能如更強大、智慧型的自動補全等。需要預先安裝 zsh) 工具。

sudo apt install zsh
一鍵安裝 oh-my-zsh 命令

安裝6.x版本

curl -sl  | sudo -e bash -

sudo apt-get install -y nodejs

安裝8.x版本

curl -sl  | sudo -e bash -

sudo apt-get install -y nodejs

npm 更換**映象
npm config set registry
這是一款 markdown 編輯器,功能也很強大。

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ba300b7755afcfae

sudo add-apt-repository 'deb ./linux/'

sudo apt-get update

sudo apt-get install typora

對桌面環境來說,最喜歡 gnome 了,它的高擴充套件性提供了豐富的定製功能。github 上好多針對 gnome 優化的專案,何況 ubuntu 都放棄 unity 了。

github 上一大堆,我用比較熱門的一款叫 arc-theme 的主題,包括了 gnome shell 主題和 gtk 主題

安裝前需要以下依賴包:

安裝步驟

從 github 上獲取專案

git clone  --depth 1 && cd arc-theme
構建專案並安裝

./autogen.sh --prefix=/usr

sudo make install

其他選項

--disable-transparency     在 gtk3 主題中禁用透明度

--disable-light 禁用 arc light

--disable-darker 禁用 arc darker

--disable-dark 禁用 arc dark

--disable-cinnamon 禁用 cinnamon

--disable-gnome-shell 禁用 gnome shell

--disable-gtk2 禁用 gtk2

--disable-gtk3 禁用 gtk3

--disable-metacity 禁用 metacity

--disable-unity 禁用 unity

--disable-xfwm 禁用 xfwm

--with-gnome=為特定的 gnome 版本 (3.14, 3.16, 3.18, 3.20, 3.22) 構建主題

選擇主題

安裝完成後開啟 gnome tweak tool 工具選擇對應的 arc 主題即可。

注意:對於高分屏,可能使用 arc-theme 顯示 gnome shell 的字型過小,可通過修改/usr/share/themes/[對應 arc 主題]/gnome-shell/gnome-shell.css修改stagefont-size

專案位址,其他熱門主題 numix 、 *****

圖示主題

numix

sudo add-apt-repository ppa:numix/ppa

sudo apt-get update

sudo apt-get install numix-icon-theme

專案位址*****

sudo add-apt-repository ppa:snwh/pulp

sudo apt-get update

sudo apt-get install *****-icon-theme

# 同時也可以安裝 gtk 和 cursor 主題

sudo apt-get install *****-gtk-theme

sudo apt-get install *****-cursor-theme

專案位址papirus

sudo add-apt-repository ppa:papirus/papirus

sudo apt-get update

sudo apt-get install papirus-icon-theme

專案位址順便曬一下我的桌面

我的部落格

Ubuntu17 04安裝後的優化

安裝vim,並設定vim為預設的編輯器,之後配置vim a.安裝和設定 sudo apt install vim sudo update alternatives config editor b.配置vim vim vimrc 末尾寫入 1 set nu 在左側行號 2 set tabstop 4 ...

Ubuntu17 04 環境下裝WPS

wps安裝包 2.直接通過命令 sudo dpkg i wps office 10.1.0.5672 a21 amd64.deb sudo apt get f install 無法自動解決依賴問題並安裝,提示缺少libpng12 0,但是ubuntu的倉庫中又沒有。這是乙個debian的位址,一樣可...

ubuntu17 04中銳捷客戶端登入問題

說真的是挺不喜歡這個客戶端的,上網是真麻煩,還會有不小的問題。進入解壓檔案 cd rjsupplicant 進行登入 sudo rjsupplicant.sh u 使用者名稱 p 密碼 d 1 登入成功後不要關閉這個終端不然剛連上的網會立即斷掉 如果不想多開乙個終端,在 1 後面加上 符號,表示讓這...