diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 17:15:12 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 17:15:12 +0200 |
| commit | 2b8f51650e4d8cdfcd12e440a08d71bf1e1af058 (patch) | |
| tree | 2390ca21ebbc123f3ceb56447ba1ebc51fe33e9a | |
| parent | 4db111c83e5ab357fb7245756bc27e4bedad73f7 (diff) | |
| download | dotfiles-2b8f51650e4d8cdfcd12e440a08d71bf1e1af058.tar.gz dotfiles-2b8f51650e4d8cdfcd12e440a08d71bf1e1af058.zip | |
More info on installing on Windows
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -92,12 +92,16 @@ $ config checkout ```ps1 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; ` -Invoke-WebRequest "https://github.com/srdusr/dotfiles/archive/master.zip" ` +Invoke-WebRequest "https://github.com/srdusr/dotfiles/archive/main.zip" ` -OutFile "$HOME\Downloads\dotfiles.zip"; ` Expand-Archive -Path "$HOME\Downloads\dotfiles.zip" -DestinationPath "$HOME" -Force; ` -Move-Item -Path "$HOME\dotfiles-master\*" -Destination "$HOME" -Force; ` -Remove-Item -Path "$HOME\dotfiles-master" -Recurse -Force; ` +Move-Item -Path "$HOME\dotfiles-main\*" -Destination "$HOME" -Force; ` +Remove-Item -Path "$HOME\dotfiles-main" -Recurse -Force; ` Start-Process -FilePath "$HOME\install.bat" + + +Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force +irm 'https://raw.githubusercontent.com/srdusr/dotfiles/main/install.bat' | iex ``` |
