Skip to content

lord-skinner/.config

Repository files navigation

Install/Update Applications

# Open an elevated Powershell Prompt and run installs
Start-Process PowerShell -Verb RunAs -ArgumentList "-NoExit", "-Command", "& { (Join-Path $PWD '_install.ps1') | Invoke-Expression }"

# Run the setup script
Start-Process PowerShell -Verb RunAs -ArgumentList "-NoExit", "-Command", "& { (Join-Path $PWD '_setup.ps1') | Invoke-Expression }"

Chris Titus Tech's Windows Utility

irm https://christitus.com/win | iex

About

Development Configuration Files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published