1 2 | Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser |
1 2 | if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force } notepad.exe $PROFILE |
admin 권한으로
1 | Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned -Force |