README.md (916B)
Rendered
Microsoft Windows
This directory contains my personal Windows 11 configuration.
Packages
Use UniGetUI to install all programs.
Windhawk
Can't live without this quintessential piece of software on this otherwise dysfunctional OS.
Use scorpion421/Windhawk-Services-Backup-Utility to backup/restore all mods.
AutoHotKey v2
Place everything under scripts in shell:startup.
Yet Another Status Bar
Place yasb at .config\yasb.
Rainmeter
Install the .rmskin, and align using the grids.
Notes
- Run this in
pwsh to make a symlink:
New-Item -ItemType SymbolicLink -Path "C:\Path\To\Link_File" -Target "C:\Path\To\Original_Target_File"
Code
| # Microsoft Windows
This directory contains my personal Windows 11 configuration.
## Packages
Use [UniGetUI](https://github.com/devolutions/unigetui) to install all [programs](./packages.ubundle).
## Windhawk
Can't live without this quintessential piece of software on this otherwise dysfunctional OS.
Use [scorpion421/Windhawk-Services-Backup-Utility](https://github.com/scorpion421/Windhawk-Services-Backup-Utility) to backup/restore all mods.
## AutoHotKey v2
Place everything under [scripts](./scripts/) in `shell:startup`.
## Yet Another Status Bar
Place [yasb](./yasb/) at `.config\yasb`.
## Rainmeter
Install the [`.rmskin`](./Vollmond.rmskin), and align using the [grids](https://forum.rainmeter.net/viewtopic.php?t=20197).
## Notes
- Run this in `pwsh` to make a symlink:
```pwsh
New-Item -ItemType SymbolicLink -Path "C:\Path\To\Link_File" -Target "C:\Path\To\Original_Target_File"
```
|