diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 20:29:03 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 20:29:03 +0200 |
| commit | 2c72ccdbdece91fef58389401490d13bffd6f1b7 (patch) | |
| tree | e8dd535e9fb035b8703fc151f4e4835cf8539bc7 /README.md | |
| parent | 2b8f51650e4d8cdfcd12e440a08d71bf1e1af058 (diff) | |
| download | dotfiles-2c72ccdbdece91fef58389401490d13bffd6f1b7.tar.gz dotfiles-2c72ccdbdece91fef58389401490d13bffd6f1b7.zip | |
Use bootstrap.ps1 instead
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ Invoke-WebRequest "https://github.com/srdusr/dotfiles/archive/main.zip" ` Expand-Archive -Path "$HOME\Downloads\dotfiles.zip" -DestinationPath "$HOME" -Force; ` Move-Item -Path "$HOME\dotfiles-main\*" -Destination "$HOME" -Force; ` Remove-Item -Path "$HOME\dotfiles-main" -Recurse -Force; ` -Start-Process -FilePath "$HOME\install.bat" +Start-Process -FilePath "$HOME\.config\powershell\bootstrap.ps1" Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force |
