diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 22:29:35 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 22:29:35 +0200 |
| commit | 26145af222c573b624069200152261036db6d529 (patch) | |
| tree | 8a4beeb3f5d1357ce6b6097d209c6f0297b7d67c /README.md | |
| parent | 1c8c9c97f39e4afc3ee39b68ae4003e6b64a113a (diff) | |
| download | dotfiles-26145af222c573b624069200152261036db6d529.tar.gz dotfiles-26145af222c573b624069200152261036db6d529.zip | |
Testing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,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\.config\powershell\bootstrap.ps1" +. "$HOME\.config\powershell\bootstrap.ps1" Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force |
