Command:
git clone https://github.com/RohitRai1141/MyWindowsConfig.git✅ No error encountered.
Command:
cd windots✅ No error encountered.
Command:
.\setup.ps1❌ Error:
.\setup.ps1 : File C:\Users\[user]\windots\setup.ps1 cannot be loaded because running scripts is disabled on this system.Command:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser✅ Fixes script execution issue.
Command:
.\setup.ps1❌ Error:
No match was found for the specified search criteria and module name 'WinGet'. Try Get-PSRepository to see all available registered module repositories.Command:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12✅ Fixes the TLS error that blocks module installation.
Command:
.\setup.ps1✅ This time it proceeds without error and begins installing dependencies and symlinking config files.
✅ Restarted as required after the configuration completed.
Command:
winfetch❌ Error:
winfetch : The term 'winfetch' is not recognized as the name of a cmdlet...Command:
winget install Winfetch✅ Winfetch installed manually after the setup script failed to handle it.
Command:
winfetch✅ Output now shows correctly with system information.
Steps:
- Download font from Nerd Fonts
- Install fonts manually by double-clicking or dragging into Fonts settings
- Apply the font in Windows Terminal settings → Profiles → Defaults → Appearance → Font Face
✅ Font now renders correctly in terminal with proper symbols.
Steps:
- Go to
C:\Users\[username]\AppData\Roaming\glazewm\config.yaml - Confirm it's symlinked to
windots/config/glazewm/config.yaml - If broken:
New-Item -ItemType SymbolicLink -Path "C:\Users\[username]\AppData\Roaming\glazewm\config.yaml" -Target "C:\Users\[username]\windots\config\glazewm\config.yaml"✅ GlazeWM loads the correct config now.
❌ Observation: PowerToys was not installed automatically.
Command:
winget install Microsoft.PowerToys✅ PowerToys installed successfully.
- Open PowerToys → FancyZones → Turn on
- Set up layout as per preference
✅ FancyZones active and working.
Command:
shell:startupDrag a shortcut of PowerToys into that folder.
✅ PowerToys now launches on startup.



