mirror of
https://github.com/starship/starship.git
synced 2024-11-25 17:54:08 +01:00
7485c90c9f
* feat(docs): move to vitepress * change up hero styles to match existing site * A bit more style tweaking * Replace stylus with plain CSS * improve unicode-range value for nerdfont --------- Co-authored-by: Matan Kushner <hello@matchai.dev>
22 lines
618 B
Markdown
22 lines
618 B
Markdown
[프리셋으로 돌아가기](./#nerd-font-symbols)
|
|
|
|
# Nerd Font 기호 프리셋
|
|
|
|
이 프리셋은 각 모듈의 기호가 Nerd Font 기호를 사용하도록 변경합니다.
|
|
|
|
![Nerd Font 기호 프리셋 스크린샷](/presets/img/nerd-font-symbols.png)
|
|
|
|
### 필요 사항
|
|
|
|
- 터미널에 [Nerd Font](https://www.nerdfonts.com/) 설치 및 활성화 (예시에서는 Fira Code Nerd Font를 사용합니다.)
|
|
|
|
### 설정
|
|
|
|
```sh
|
|
starship preset nerd-font-symbols -o ~/.config/starship.toml
|
|
```
|
|
|
|
[클릭하여 TOML 다운로드](/presets/toml/nerd-font-symbols.toml)
|
|
|
|
<<< @/public/presets/toml/nerd-font-symbols.toml
|