For anyone working on Windows and hating their terminal, try this

built

//
BuSo Pro
Boot Camp
Joined
Jan 23, 2015
Messages
1,676
Likes
1,441
Degree
4
So I hate the default Windows terminal, but there are some cool things you can do instead. For example, you can use WSL2 to make it easier to work with Linux without having to dual boot, from there you can install things like oh-my-zsh to customize the terminal.

But I just came across, oh-my-posh today, this is like oh-my-zsh but allows you to customize powershell too.

sLOBHzX.png


I just had to edit my $PROFILE and add the following:

Code:
code $PROFILE

then add

Code:
Import-Module oh-my-posh
Set-PoshPrompt -Theme iterm2

You'll want to install the new Windows Terminal too
 
Back