Photo - Emily Hon
Photo

Environments


Windows

A fickle, proprietary fragile, expensive monstrosity.

Use PowerShell

To get to a PowerShell from a command prompt:

powershell

You can also hit the Windows (⊞) key and type in "PowerShell" to find a PowerShell Prompt.

I prefer to configure my IDEs to also use PowerShell. In Visual Studio Code (VSCode):

// Settings.json
{
    // ...
    "terminal.integrated.shell.windows": "powershell.exe"
}

Use a Package Manager

Use winget if you can!

6c3fee57ca834cb9f133106444ebe3bf12a9628e