This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| winget install --exact GoLang.Go | |
| winget install --exact OpenJS.NodeJS | |
| & { | |
| pushd $env:TEMP | |
| iwr "https://raw.githubusercontent.com/Delusoire/bespoke-cli/main/install.ps1" -out install.ps1 | |
| .\install.ps1 -build -installHooks | |
| popd | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| self.addEventListener('install', (event) => { | |
| console.log('Service Worker installed'); | |
| }); | |
| self.addEventListener('activate', (event) => { | |
| console.log('Service Worker activated'); | |
| }); | |
| self.addEventListener('fetch', (event) => { | |
| console.log('Fetch intercepted:', event.request.url); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| irm https://massgrave.dev/get | iex | |
| winget install --accept-source-agreements --id RevoUninstaller.RevoUninstaller | |
| # | |
| # Hardware | |
| # | |
| winget install --accept-source-agreements --id Nvidia.GeForceExperience | |
| #https://www.msi.com/Landing/afterburner/graphics-cards | |
| ##logitechg.com/en-us/innovation/g-hub.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| # Multilib drivers | |
| ### lib32-mesa lib32-vulkan-intel | |
| # Audio | |
| ### easyeffects realtime-privileges qjackctl | |
| #pro-audio | |
| # Performance deamons | |
| ### irqbalance |