Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fmmendo/win-provision
- Owner: fmmendo
- License: mit
- Created: 2020-03-11T21:33:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T14:33:53.000Z (almost 4 years ago)
- Last Synced: 2024-05-28T03:21:15.314Z (5 months ago)
- Topics: powershell, provisioning, windows
- Language: PowerShell
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - fmmendo/win-provision - Setting up after a fresh install (PowerShell)
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 ?