Open downloaded zip and install Complete option (usually first file)
Configure Windows Terminal
Restart
...and get something like this
Install a couple of other tools on Terminal
scoop install curl sudo jq// Install Git for Windowswinget install -e --id Git.Git// Install VIM for Windows Terminalscoop install neovim gcc
// user_profile.ps1
// You can do neovim $PROFILE
# Alias
Set-Alias vim nvim
Set-Alias ll ls
Set-Alias g git
Set-Alias grep findstr
Set-Alias tig 'C:\Program Files\Git\usr\bin\tig.exe'
Set-Alias less 'C:\Program Files\Git\usr\bin\less.exe'
// user_profile.ps1
// You can do neovim $PROFILE
# Alias
Set-Alias vim nvim
Set-Alias ll ls
Set-Alias g git
Set-Alias grep findstr
Set-Alias tig 'C:\Program Files\Git\usr\bin\tig.exe'
Set-Alias less 'C:\Program Files\Git\usr\bin\less.exe'e code
oh-my-posh init pwsh | Invoke-Expression
Install oh my post theme by using below commands, theme library here