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 " //tab 長度設定為 4
3 set nobackup " //覆蓋檔案時不備份
4 set cursorline " //突出顯示當前行
5 set ruler " //在右下角顯示游標位置的狀態行
6 set autoindent " //自動縮排
- 安裝搜狗輸入法
a. 先到官網下載linux版本的安裝包,然後執行
sudo dpkg -i sogoupinyin_2.1.0.0086_amd64.deb
b. 遇到報錯後,進行依賴安裝:
sudo apt --fix-broken install
c. 到fcitx進行輸入法設定即可
- 安裝terminator
sudo apt install terminator
Terminator 最大的用途就是多屏組合在一起
Ctrl + Shift + E 垂直分割視窗
Ctrl + Shift + O水平分割視窗
Ctrl + Shift + N在分割的各個視窗自由切換
- 優化系統易用性
a.安裝了GNOME優化工具(GNOME Tweak Tool)
sudo apt-get install gnome-shell gnome-tweak-tool
安裝完成後開啟tweak-configuration進行配置即可
b. 新增dash to dock擴充套件,在tweak-configuration可以找到擴充套件選項
c.安裝cario dock,訪問http://glx-dock.org/index.php獲得最新資訊和安裝命令:
E.g. for Ubuntu users, you can simply copy/paste these 3 lines into a terminal:
sudo add-apt-repository ppa:cairo-dock-team/ppa
sudo apt-get update
Then if Cairo-Dock is already installed:
sudo apt-get dist-upgrade
else:
sudo apt-get install cairo-dock cairo-dock-plug-ins