PackageHelpers/InstallLocal.ps1

$InstallDirName = "PoshDirTitle"
cd $PSScriptRoot/..
# ni -Path $PSHome -ItemType "Directory" -Value $InstallDirName
cpi -Recurse -Path . -Destination $PSHome/$InstallDirName
write "Done."