Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fmmendo/win-provision

Setting up after a fresh install
https://github.com/fmmendo/win-provision

powershell provisioning windows

Last synced: 3 months ago
JSON representation

Setting up after a fresh install

Awesome Lists containing this project

README

        

# win-provision
Setting up a windows machine after a fresh install

## Provisioning machine
- Reset / Install Windows 10
- Run `Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force -ErrorAction Ignore`
- Run `.\script.ps1`
- Done! 🎉

## To Do

- [x] Enable Developer Mode
- [x] Misc Windows Tweaks
- [x] Install Apps
- [ ] Install Store Apps (when possible)
- [x] Install VS Code Extensions
- [x] Copy VS Code keybindings and settings
- [x] Configure oh-my-posh
- [x] Configure Windows Terminal
- [x] Script to backup existing files/settings
- [ ] Configurable steps ?