-
Download Windows Terminal
-
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.jsonfile
"hidden": true-
Move PowerShell to the top in
setting.jsonfile -
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.jsonfile -
Download Caskaydia Cove Nerd Font and drop the into
C:\Windows\Fonts
winget install JanDeDobbeleer.OhMyPosh -s winget- Set the Caskaydia Cove Nerd Font
CaskaydiaCove NF
- You may have to create the folder
PowerShelland the fileMicrosoft.PowerShell_profile.ps1
echo $PROFILE
echo 'test' > C:\Users\***\Documents\PowerShell\Microsoft.PowerShell_profile.ps1- Open file
Microsoft.PowerShell_profile.ps1and add the following line. Read more here
oh-my-posh init pwsh | Invoke-Expression
- Set Terminal Transparency
ctrl + shift + scroll up/down
