Customize NVS installation script
This commit is contained in:
parent
10559c02e4
commit
a8534f6872
2 changed files with 21 additions and 7 deletions
scripts/Windows/Collections
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue