This is more of a guide than a blog. I will be writing step by step how to configure the windows terminal.

Image of my windows terminal setup Image of my windows terminal setup
  1. Download Windows Terminal: https://docs.microsoft.com/en-us/windows/terminal/install
  2. Make Terminal the “Default terminal application”
  1. Download PowerShell from the windows store:
  1. Set the “Default profile” as PowerShell
  1. Hide “Windows PowerShell” from the “settings.json” located in terminal.
    1. Open settings.json
    2. Edit the following lines of code
settings.json
1
2
3
4
5
6
 {
    "commandline": "powershell.exe",  
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",  
    "hidden": true,  
    "name": "Windows PowerShell"  
},