天天看點

Ubuntu20使用

切換軟體源

  • 在全部軟體中搜尋Software & Update,打開
Ubuntu20使用
  • 像上圖一樣設定,切換到中國科大的軟體源,然後等待更新完畢

安裝chrome浏覽器

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

sudo dpkg -i google-chrome-stable_current_amd64.deb
           

安裝中文輸入法

  • 在浏覽器搜尋baidushurufa(這個時候還不能輸入中文),進入百度輸入法官網下載下傳
  • 在下載下傳好的壓縮包中有安裝包和詳細的安裝說明,照着安裝即可
Ubuntu20使用

安裝deepin-wine的qq和微信

  1. wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
  2. 安裝微信:sudo apt-get install deepin.com.wechat
  3. 安裝qq:sudo apt-get install deepin.com.qq.im
  4. 安裝好後重新開機系統即可在所有程式中看到應用圖示

消除wine qq的Wine system tray視窗

  1. 搜尋chrome或者firefox的拓展GNOME Shell integration并安裝;
  2. 搜尋TopIconsFix并安裝,https://extensions.gnome.org/extension/1674/topiconsfix/; 
  3. 将右上角的off按鈕切換為on;

安裝截圖工具

  • 指令行安裝截圖工具flameshot(還有其他的截圖工具如shutter)
sudo apt install flameshot
           
  • 進入系統設定中的“鍵盤設定” ,在底部會看見一個 “+” 按鈕,點選 “+” 按鈕添加自定義快捷鍵并輸入以下兩個字段: “名稱”: 任意名稱均可。 “指令”: /usr/bin/flameshot gui
Ubuntu20使用

安裝搜尋工具

fsearch是一個類似windows下everything的搜尋工具

sudo add-repository ppa:christian-boxdoerfer/fsearch-daily

sudo apt update

sudo apt install fsearch-trunk
           
Ubuntu20使用

安裝fish shell

// 安裝fish
sudo apt-get install fish

// 手動進入
fish

// 設定為自動進入
sudo chsh -s /usr/bin/fish
           

調整滑鼠滾輪速度

1. 安裝imwheel

sudo apt install imwheel
           

2. 在home目錄建立imwheelrc文内容

sudo vim ~/.imwheelrc
           
".*"
None,      Up,      Button4, 3
None,      Down,    Button5, 3
Control_L, Up,      Control_L|Button4
Control_L, Down,    Control_L|Button5
Shift_L,   Up,      Shift_L|Button4
Shift_L,   Down,    Shift_L|Button5
None,      Thumb1,  Alt_L|Left
None,      Thumb2,  Alt_L|Right
           

3. 重新啟動imwheel

sudo killall imwheel
imwheel
           

4. 設定自啟

gnome-session-properties
           

添加自定義指令

Ubuntu20使用

簡單美化

Ubuntu20使用

 1. 安裝tweak并打開

sudo apt install -y gnome-tweaks gnome-shell-extensions gnome-tweak-tool
           

 2. 安裝tweak的chrome浏覽器下載下傳插件

sudo apt install chrome-gnome-shell
           

3. 在chrome浏覽器中打開:https://extensions.gnome.org/ ,現在隻要在這個網站中搜尋相關插件并點選右上角的開關就能安裝删除該插件了

Ubuntu20使用

必備的插件

  • User Theme - 讓gnome使用自己下載下傳的主題
  • Dash to Dock - 設定dock欄方向,大小等(設定方式如下圖所示)
Ubuntu20使用

安裝papirus圖示包

  1. sudo add-apt-repository ppa:varlesh-l/papirus-pack
  2. sudo apt update
  3. sudo apt install papirus-gtk-icon-theme
Ubuntu20使用

手動下載下傳安裝圖示和主題

  1. 在https://www.pling.com/s/Gnome/browse/cat/135/order/latest/中找到自己想要的主題/圖示
  2. 解壓後移動到/usr/share/themes(主題),usr/share/icons(圖示)
  3. 在Tweaks中直接設定,如果沒看到可能需要重新開機系統

繼續閱讀