diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ $ config checkout ```ps1 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; ` +$ProgressPreference = 'SilentlyContinue' ` 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; ` |
