나만의 Nerd 폰트 만들기

작성자

카테고리:

← 피드로
DEV Community · Jochen Lillich · 2026-07-17 개발(SW)

Jochen Lillich

Well-structured status lines in vim and shell prompts with version control symbols are a nice quality-of-life improvement. Unfortunately, not all monospace fonts come with the necessary PowerLine glyphs. For example, my favourite font is Operator Mono, and it too doesn’t have PowerLine symbols built in.

Thanks to the NerdFonts font patcher, I was able to generate a font variant that has the necessary symbols. I simply ran the tool as a Docker container in my fonts directory:

$ mkdir HCo_OperatorMonoSSmNF
$ docker run --rm -v $PWD/HCo_OperatorMonoSSm/OpenType:/in \
  -v $PWD/HCo_OperatorMonoSSmNF:/out \
  nerdfonts/patcher --windows --powerline --powerlineextra

Enter fullscreen mode Exit fullscreen mode

Now my spaceship shell prompt sparks even more joy.

원문에서 계속 ↗

추출 본문 · 출처: dev.to · https://dev.to/geewiz/making-my-own-nerd-font-40ee

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다