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 | iex

Update Windows Terminal via Scoop

scoop update windows-terminal

Download 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 gcc

Add posh init line on $PROFILE

Install oh my post theme by using below commands, theme library here

Install Terminal Icons

Finished Product

Last updated