天天看點

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 git
       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),然後在

      .zshrc

      plugins

      中添加

      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編輯器)。

繼續閱讀