/windows

configs for windows

Primary LanguagePowerShell

How to insatall

PowerShell Style

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/TOwInOK/windows/main/install.ps1" -OutFile "install.ps1"; .\install.ps1

Shorty PowerShell Style

irm https://raw.githubusercontent.com/TOwInOK/windows/main/install.ps1 | iex