Dem scripts I need for my machines to keep an optimal and consistent workflow
Note
Running bootstrap.ps1 will require admin privilages and allow the script by
bypassing its Execution Policy:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser; .\bootstrap.ps1Assuming you've already on the root directory in this repository and have winget
installed on your system; simply run:
winget import .\win\winget.json --accept-package-agreements --verboseThe --verbose flag makes you look cool~