Skip to content

Install font

kdtie edited this page Oct 4, 2025 · 1 revision

Install IBMPlexMono font

mkdir /tmp/ibm-font
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IBMPlexMono.zip -O /tmp/ibm-font/IBMPlexMono.zip
cd /tmp/ibm-font
unzip -q IBMPlexMono.zip
cp *.ttf ~/.local/share/fonts/
fc-cache -f
mkdir /tmp/gomono-font
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Go-Mono.zip /tmp/gomono-font/Go-Mono.zip
cd /tmp/gomono-font
unzip -q Go-Mono.zip
cp *.ttf ~/.local/share/fonts/
fc-cache -f

Clone this wiki locally