DEV Community

Gustavo Jhon
Gustavo Jhon

Posted on

CUSTOM POWERSHELL

Neccessary tools

  1. WSL - Window terminal (from Microsoft store)
  2. Powershell (from Microsoft store)
  3. Scoop installer - check this

Install scoop

Make sure PowerShell 5 (or later, include PowerShell Core) and .NET Framework 4.5 (or later) are installed. Then run:

iwr -useb get.scoop.sh | iex

Top comments (0)