Windows Terminal
Install Scoop on Powershell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUserInstall Microsoft Terminal via Scoop scoop bucket add extras scoop install windows-terminal
irm get.scoop.sh | iexUpdate Windows Terminal via Scoop
scoop update windows-terminalDownload Nerd-Fonts (Hack) from Github Release Page
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 Windows
winget install -e --id Git.Git
// Install VIM for Windows Terminal
scoop install neovim gccAdd posh init line on $PROFILE
Install oh my post theme by using below commands, theme library here
Install Terminal Icons

Last updated