This repository contains the configuration I usually use in PowerShell.
- Configured using dotfiles as explained here.
Before installation, install the prerequisites:
-
Install Git:
winget install --id Git.Git -
Install PowerShell Core:
winget install --id Microsoft.PowerShell
To install:
-
Clone repo with
git submodules:git clone --recursive https://github.com/cassiofariasmachado/posh-config.git
-
Go to the repo folder:
cd posh-config -
Install required packages:
./Install.ps1
- Inspired by the configurations from the folks below: