오늘만살자
source code pro font install 본문
#!/bin/sh
echo "installing fonts at $PWD to ~/.fonts/"
mkdir -p ~/.fonts/adobe-fonts/source-code-pro
git clone https://github.com/adobe-fonts/source-code-pro.git ~/.fonts/adobe-fonts/source-code-pro
# find ~/.fonts/ -iname '*.ttf' -exec echo \{\} \;
fc-cache -f -v ~/.fonts/adobe-fonts/source-code-pro
echo "finished installing"
'Linux > Ubuntu' 카테고리의 다른 글
민트 메뉴가 사라졌을 경우 (0) | 2019.02.07 |
---|---|
xmind 오류시 (0) | 2019.01.29 |
실행 아이콘 만들기 (0) | 2019.01.25 |
git 생성하기 (0) | 2018.11.07 |
내부 아피에서 매핑된 외부아이피 핑 설정하기(iptables) (0) | 2018.05.29 |
Comments