wget -c https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/SourceCodePro.zip 或者: git clone https://github.com/blobject/agave.git
sudo unzip SourceCodePro -d /usr/share/fonts/SourceCodePro 或者: suod cp agave/*.ttf /usr/share/fonts/
cd /usr/share/fonts/SourceCodePro 或者 cd /usr/share/fonts/agave sudo mkfontscale # 生成核心字体信息 sudo mkfontdir # 生成字体文件夹 sudo fc-cache -fv # 刷新系统字体缓存
参考链接