Windows Terminal oh-my-posh 자습서: Windows 터미널에서 Powerline 설정 Windows Terminal Themes # Install posh-git, oh-my-posh Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser # set ExecutionPolicy Set-ExecutionPolicy Unrestricted # echo ExecutionPolicy value ExecutionPolicy # open notepad profile notepad $PROFILE # C:\Users\username\Documents\WindowsPowerShell\Microso..