约 37 字 预计阅读 1 分钟
Nerd Fonts
字体
1
2
3
|
git clone https://github.com/ryanoasis/nerd-fonts.git --depth 1
cd nerd-fonts
./install.sh
|
1
2
3
4
5
6
|
#https://cn.linux-terminal.com/?p=4701
root@ubuntu:~/.config/nvim-lazy-config/font/my-nerd-fonts# cat install_font.sh
#!/bin/bash
mkdir -p ~/.local/share/fonts/
cp ./ConsolasNerdFont/* ~/.local/share/fonts/
fc-cache -fv
|
参考