- Joined
- Jan 23, 2015
- Messages
- 1,677
- Likes
- 1,442
- 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.
I just had to edit my $PROFILE and add the following:
then add
You'll want to install the new Windows Terminal too
But I just came across, oh-my-posh today, this is like oh-my-zsh but allows you to customize powershell too.
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