oh my posh 윈도우 터미널 커스터마이징

oh my posh 윈도우 터미널 커스터마이징

Summary Oh My Posh를 윈도우 터미널에 설치하고 커스터마이징하는 방법을 설명합니다. Scoop을 사용하여 설치하고, Nerd Font를 다운로드하여 설치한 후, Powershell에서 테마를 설정하는 방법을 안내합니다. 테마 적용을 위해 $PROFILE 파일을 수정하는 과정도 포함되어 있습니다.


Image

설치

🔗 https://ohmyposh.dev/docs/installation/windows

1
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

테마 설정

🔗 https://backstreet-programmer.tistory.com/176

🔗 https://ohmyposh.dev/docs/themes

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

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

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

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

💬 댓글

GitHub 계정으로 로그인하여 댓글을 남겨보세요. GitHub 로그인

🔧 댓글 시스템 설정이 필요합니다

GitHub Discussions 기반 댓글 시스템을 활성화하려면:

  1. Giscus 설정 페이지에서 설정 생성
  2. GISCUS_SETUP_GUIDE.md 파일의 안내를 따라 설정 완료
  3. Repository의 Discussions 기능 활성화

Repository 관리자만 설정할 수 있습니다. 설정이 완료되면 모든 방문자가 댓글을 남길 수 있습니다.