From 26145af222c573b624069200152261036db6d529 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 4 Jun 2024 22:29:35 +0200 Subject: Testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7cb53d3..13e787d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3