deepin 15.8安裝後配置

基本配置

  1. intel顯卡驅動會識別我的顯示器爲電視機,所以0-15的灰階不會顯示,顏色會發白髮灰,在 /etc/X11/xinit/xinitrc.d(以管理員權限打開)創建文件20-intel-fix.sh(需要取消隱藏擴展名),文件內容:
    #!/bin/bash
    
    /usr/bin/xrandr --output HDMI-1 --set "Broadcast RGB" "Full"
    
    在屬性中允許作爲程序執行。
  2. 切換顯卡驅動爲大黃蜂模式(主要爲了省電)。
  3. 打開設置->顯示->亮度->自動調節色溫。(deepin不兼容f.lux!!!啓動後會花屏)。
  4. 安裝oh-my-zsh:
    1.  sudo apt install zsh curl
       sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
      
    2. 安裝 autojump 插件:sudo apt install autojump
    3. zshrc中添加
      [[ -s ~/.autojump/etc/profile.d/autojump.sh ]] && . ~/.autojump/etc/profile.d/autojump.sh
      
      (使用 dedit .zshrc進行修改,dedit是深度編輯器,這一版本默認沒有gedit),然後在.zshrcplugins中添加autojump
    4. 安裝 powerlevel9k:
      git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
      
    5. 修改配置文件使設置生效:dedit .zshrc,修改ZSH_THEME="powerlevel9k/powerlevel9k"
    6. 安裝powerlevel font來使主題的顯示正常(不需要使用官方的複雜安裝方式,深度提供了字體安裝器):
      wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
      
      然後在主目錄下找到下載的字體文件,使用 深度字體安裝器 進行安裝,然後重新啓動終端就可以了。
  5. 安裝
    apt-get install python-software-properties
    apt-get install software-properties-common
    apt-get update
    
    以使用add-apt-repository命令。

軟件配置

  1. 卸載不需要軟件:深度雲掃描,深度雲打印,掃描易,QQ。
  2. 從商店安裝常用軟件:TIM,百度網盤,迅雷極速版,堅果雲,JetBrains Toolbox,Visual Studio Code,Smart Git。
  3. 從github下載安裝 electron-ssr(一鍵配置,支持訂閱,支持局域網加速,支持pac,在deepin上所有功能可以正常使用)。
  4. 按照官網安裝介紹安裝 typora(極簡風格markdown編輯器)。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章