新安装Ubuntu配置

来源:互联网 发布:晨曦定额软件下载 编辑:程序博客网 时间:2024/05/10 05:31
  • 安装配置字体 Source Code Pro
    下载: https://github.com/adobe-fonts/source-code-pro
    安装: copy the fonts to /usr/share/fonts and run sudo fc-cache to rebuild the font cache
[ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentypesudo git clone --depth 1 --branch release https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scpsudo fc-cache -f -v

semibold,11

终端前景色:R-255,G-255,B-255
终端背景色:R-40,G-40,B-40

  • 安装 vim
    sduo apt-get install vim-gtk3

查看vim相关信息:vim –version
默认sudo apt-get install vim安装后: -clipboard +python3
sduo apt-get install vim-gtk3安装后:+clipboard +python3

*vim配置
https://github.com/spf13/spf13-vim

原创粉丝点击