diff options
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 |
