Setting up a windows machine after a fresh install
- Reset / Install Windows 10
- Run
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force -ErrorAction Ignore
- Run
.\script.ps1
- Done! 🎉
- Enable Developer Mode
- Misc Windows Tweaks
- Install Apps
- Install Store Apps (when possible)
- Install VS Code Extensions
- Copy VS Code keybindings and settings
- Configure oh-my-posh
- Configure Windows Terminal
- Script to backup existing files/settings
- Configurable steps ?