-
Download Windows Terminal
-
poshgit
choco install poshgit
- Download Zoomit
zoom mode -> ctrl + 1
zoom in -> mouse scroll up
zoom out -> mouse scroll down
start drawing -> left click
stop drawing -> right click
start drawing not in zoom mode -> ctrl + 2
-
Download Powershell
-
Set PowerShell as your default from settings
- Hide Windows PowerShell in
setting.json
file
"hidden": true
-
Move PowerShell to the top in
setting.json
file -
In the terminal run
wsl --install
- Intall Ubuntu
wsl --install -d Ubuntu
or
Downlaod Ubuntu. To install search and click Ubuntu
-
Show Ubuntu in
setting.json
file -
Download Caskaydia Cove Nerd Font and drop the into
C:\Windows\Fonts
choco install oh-my-posh
- Set the Caskaydia Cove Nerd Font
CaskaydiaCove NF
- You may have to create the folder
PowerShell
and the fileMicrosoft.PowerShell_profile.ps1
echo $PROFILE
echo 'test' > C:\Users\***\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
- Open file
Microsoft.PowerShell_profile.ps1
and add the following line. Read more here
oh-my-posh init pwsh | Invoke-Expression
- Set Terminal Transparency
ctrl + shift + scroll up/down
- Icons
Install-Module -Name Terminal-Icons -Repository PSGallery
code $PROFILE
Import-Module -Name Terminal-Icons