1 2

‘环境搭建step 2: ubuntu系统美化‘


‘环境搭建step 2: ubuntu系统美化’

环境搭建step 2: ubuntu系统美化

ubuntu 系统搭建好之后,需要安装一些必备软件,同时为了增加生产力(美化系统),也记录了一些个人设置

安装中文输入法

由于ubuntu20.04对于搜狗拼音的支持还不是很好,这里使用了google拼音输入法,安装流程如下:

  1. 安装fctix(google拼音基于fcitx)

     sudo apt install fcitx
    
  2. 启用fcitx

    终端中运行

    im-config
    
  3. 安装google拼音输入法

    sudo apt install fcitx-googlepinyin 
    
  4. 重启电脑

  5. 在右上角fictix配置处点击configure/configure current input method

  6. 点击输入方法设置左下角的+号,进入添加输入方法界面。取消“只显示当前语言”选项的勾选,输入pinyin搜索到系统现有的拼音输入法。选择Google Pinyin并点击OK确认。
    img

    关闭设置,谷歌输入法配置完成。可以点击右上角状态栏的键盘图片切换到谷歌输入法,切换输入法的快捷键是ctrl+space,可以在刚关闭的输入方法设置界面里第二项Global Config里修改快捷键。

zsh安装及美化

  1. 安装zsh

    sudo apt-get install zsh
    
  2. 安装oh-my-zsh(https://github.com/ohmyzsh/ohmyzsh)

    参考观网

  3. 添加 zsh-autosuggestions 和zsh-syntax-highlighting(放到~/.oh-my-zsh/custom/plugins)

    参考https://github.com/zsh-users/zsh-autosuggestions和https://github.com/zsh-users/zsh-syntax-highlighting

  4. 添加安装的plugins到~./zshrc中

    plugins=(git zsh-autosuggestions  zsh-syntax-highlighting)
    
  5. 打开终端,运行

    source ~/.zshrc
    

Terminal美化

  1. 打开终端

  2. 右键选择preference

Gnome桌面美化

  1. 安装tweak, gnome

    sudo apt-get install gnome-tweak-tool   
    
    sudo apt install gnome-shell-extensions 
    
    sudo apt install chrome-gnome-shell 
    
  2. 安装gnome插件

更多扩展插件大家自行在https://extensions.gnome.org上探索吧。

  1. 主题

    可在 GNOME-LOOK 上下载各种桌面主题、Shell 主题、图标(icon)主题

    主题: Orchis gtk theme
    下载解压后放到/usr/share/themes

    鼠标Volantes Cursors
    下载解压后放到/usr/share/icon

  2. 壁纸

​ 下载好的壁纸放入/usr/share/backgrounds,同样在tweak中进行设置

posted @ 2022-07-12 20:37  啦啦啦小石头  阅读(62)  评论(0编辑  收藏  举报