1. 搜狗输入法

从官网下载deb包安装后,需要配置键盘输入法系统为: fcitx

Ubuntu配置、美化、使用总结
进入Manage Installed Languages, 然后修改以下为fcitx
Ubuntu配置、美化、使用总结
注销或者重启系统,即可在 Fcitx Config Tool 中添加搜狗输入法。不然还是没有该选项。
Ubuntu配置、美化、使用总结


2. GNOME Shell Extensions

sudo apt install gnome-tweak-tool
sudo apt install chrome-gnome-shell

安装好两个拓展后,在拓展插件网站下载开启以下几个美化

  1. User themes
  2. Dash to Dock: 可以居中显示Dock, 类型Mac
  3. Dash to Panel:很类似Windows

Dash to Dock记得开启Show the dock on all monitors,不然会重屏

Ubuntu配置、美化、使用总结
系统设置的Dock里面也一样,保持两者一致,可以开始自动隐藏
Ubuntu配置、美化、使用总结


3. Vim

sudo vim /etc/vim/vimrc

末尾添加如下配置

" 显示行号
set nu   
" tab为4空格
set tabstop=4

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2022-02-07
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-10
  • 2022-01-05
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-08-20
  • 2021-07-11
相关资源
相似解决方案