#!/bin/pwsh
if (-not (Test-Path -PathType Leaf $PROFILE)) {
New-Item -Force $PROFILE;
}
choco install -y --force chocolatey;