Windows Terminal oh-my-posh
# 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\Microsoft.PowerShell_profile.ps1
Import-Module posh-git
Import-Module oh-my-posh
# Set-Theme Paradox
반응형
'os > Window' 카테고리의 다른 글
wsl1 and wsl2 (0) | 2021.07.08 |
---|---|
윈도우 프로세스 삭제 taskkill, WMIC (0) | 2021.05.06 |
winget package manager (0) | 2021.03.29 |
scoop auto update, reset, clean (0) | 2019.03.30 |
Show Variable for window 10 (0) | 2019.02.12 |