Centos Stream9下的Neovim的安装步骤:
安装neovim
Index of /pub/epelhttps://dl.fedoraproject.org/pub/epel/
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
yum install -y neovim python3-neovim
yum install -y git
1、安装字体
https://github.com/ryanoasis/nerd-fonts/releaseshttps://github.com/ryanoasis/nerd-fonts/releases
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/Hack.tar.xz
下载后,进行解压:
tar -xvf Hack.tar.xz -C Hack
进入Hack目录,然后安装字体:
cd Hack
yum provides mkfontscale
yum install -y xorg-x11-font-utils
mkfontscale # 生成核心字体信息
mkfontdir # 生成字体文件夹
fc-cache -fv # 刷新系统字体缓存