Skip to content

Instantly share code, notes, and snippets.

@KennethanCeyer
Created May 1, 2019 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KennethanCeyer/6b7243146bb9e0730b32a53f2e116b5e to your computer and use it in GitHub Desktop.
Save KennethanCeyer/6b7243146bb9e0730b32a53f2e116b5e to your computer and use it in GitHub Desktop.
Install powerlevel9k fonts
# Powerlevel9k 테마 폰트 리포지토리를 다운로드 받고 그 폴더로 이동.
git clone https://github.com/powerline/fonts.git /tmp/powerlevel9k-fonts && cd $_
# install.sh를 실행해 폰트를 설치
sh ./install.sh
# 다운로드 받았던 리포지토리 삭제
cd .. && rm -rf /tmp/powerlevel9k-fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment