GitXplorerGitXplorer
d

setup

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
41355d3af43e8601113a4837bd83a42906be012e

Update README.md

ddenelon committed 9 months ago
Verified
acabf3c1aca6f5362bf5e6204b01fea0b1c0aa98

Update MySetup.md

ddenelon committed 10 months ago
Verified
33f7c3f12c106b3837923a846210b569c177fb86

Update MySetup.md

ddenelon committed 10 months ago
Verified
b1b0da11ad0d56943386bd0a3975bb777e8214a0

Update MySetup.md

ddenelon committed a year ago
Verified
7842cafe550965ff223b541dfb9b2e368a24bfb0

Update MySetup.md

ddenelon committed a year ago
Verified
fd8f991d7d8b493b07651fcc765c9f570817f170

MySetup overview first pass

ddenelon committed a year ago

README

The README file for this repository.

Demitrius Nelon's WinGet Configuration

This is where I will work on building a WinGet Configuration designed to get Windows to feel like home.

My goal is to get to a pure WinGet configuration with zero work-arounds. I'll call out things where gaps exist and I'll link those things to issues at GitHub in the appropriate repositories to track progress as I work to close the gaps.

Some of these things will be automated using PowerShell scripts. Some of the configuration will also likely need to use a script resource until we have idempotent PowerShell DSC resources.

Assumptions

  • New computer with Windows 11 (This should also work on an existing Windows 11 build with Dev Drive support)
  • C:\ can be shrunk by 50 gigs to create a Dev Drive
  • D:\ will be the Dev Drive

Running the configuration

  1. Open Windows PowerShell
  2. Run setup.ps1

Improvements