os/Window

Windows Powerline

C/H 2021. 3. 29. 12:07

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
반응형