Customize NVS installation script

This commit is contained in:
Manuel Thalmann 2023-08-08 22:08:16 +02:00
commit a8534f6872
2 changed files with 21 additions and 7 deletions
scripts/Windows/Collections

View file

@ -157,13 +157,7 @@ function Restore-PersonalApps([Context] $context) {
python `
visualstudio2019-workload-vctools;
$env:NVS_HOME="$env:ProgramData\nvs";
git clone "https://github.com/jasongin/nvs.git" "$env:NVS_HOME";
& "$env:NVS_HOME\nvs.cmd" install;
refreshenv;
nvs add latest;
nvs link latest;
. "$PSScriptRoot/../Software/NVS/Install.ps1";
# Terminal
@($PROFILE, (powershell -c '$PROFILE')) | ForEach-Object {