mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support pwsh #152

Open mrlunchbox777 opened 5 months ago

mrlunchbox777 commented 5 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add pwsh to the managed packages, it will likely have to be a "curl" package.

Covers this TODO.

Why?

Powershell is a common scripting language and terminal

What should happen?

pwsh should be a package in the index file.

Steps to Test

  1. jq '.packages[] | select(.name = "pwsh")' resources/install/index.json should return the details for managing the pwsh package

Code of Conduct