Untitled

설치

Windows | Oh My Posh

난 scoop 을 통해 설치했다

scoop install <https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json>

Nerd Font 글꼴 설치

아래 URL에 접속하여 원하는 Font를 다운로드하고 Windows에 설치해주세요. 저는 Nerd Font 사이트에서 Caskaydia Cove Nerd Font를 선택해서 설치 했습니다.

https://www.nerdfonts.com/font-downloads

테마 설정

Windows 에서 Oh my posh 사용 (터미널 예쁘게 사용하기)

Themes | Oh My Posh

테마 목록

아래 작업 전부 powershell에서 실행만 하면 됩니다

New-Item -Path $PROFILE -Type File -Force
oh-my-posh init pwsh --config '<https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/clean-detailed.omp.json>' | Invoke-Expression
. $PROFILE

시작할때마다 theme가 적용되길 원한다면. $PROFILE 을 수정해야합니다

code $PROFILE
oh-my-posh init pwsh --config '<https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/clean-detailed.omp.json>' | Invoke-Expression