Powershell Configuration
-
Requirements
- Powershell, any version
- Git
- Allow scripts (in admin mode)
Set-ExecutionPolicy RemoteSigned # `Set-ExecutionPolicy Restricted` to reset
-
Clone repository
$MyDocuments = [Environment]::GetFolderPath("MyDocuments") git clone --depth=1 https://github.com/AnthonyK213/WindowsPowerShell ` "$MyDocuments\PowerShell"
You can add personal configurations in .\config.ps1.
| variable | description |
|---|---|
| USER_PROXY | Proxy to set for applications |