728x90 반응형 font-cache1 [Env] Install a NerdFont on Ubuntu 순서 원하는 Nerd Font 를 다운로드. 압축을 풀고, 설치할 directory ~/.fonts 로 copy. ~/.local/share/fonts 에 설치해도 된다. 명령어 fc-cache -fv 를 수행하여 font cache를 rebuild (아래 설명 참조). 관련 Shell Script. #!/bin/bash if which fc-cache &> /dev/null ; then echo "fc-cache exists" else echo "fc-cache not found" sudo apt install fontconfig fi echo "Download CaskaydiaCove Nerd Font" if which wget &> /dev/null ; then echo "wget exists" e.. 2023. 7. 14. 이전 1 다음 728x90 반응형