Logo

dev-resources.site

for different kinds of informations.

PowerShell like Linux

Published at
6/3/2022
Categories
powershell
Author
araguaci
Categories
1 categories in total
powershell
open
PowerShell like Linux

Install posh-git

Install-Module posh-git -Scope CurrentUser -Force

Install oh-my-posh

Install-Module oh-my-posh -Scope CurrentUser -Force

Open Profile PowerShell

code $PROFILE

Save PowerShell Profile with this

Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme slimfat

Featured ones: