COMMON_FLAGS="-target x86_64-linux-musl -O2 -pipe"
export CC="zig cc"
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
{ | |
"$schema": "https://aka.ms/winget-settings.schema.json", | |
"visual": { | |
"progressBar": "rainbow" | |
}, | |
"installBehavior": { | |
"archiveExtractionMethod": "tar", | |
"preferences": { | |
"scope": "machine" |
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
@echo off | |
net stop usosvc | |
net stop dosvc | |
net stop wuauserv | |
net stop bits | |
rmdir /s /q %SystemRoot%\SoftwareDistribution | |
del %ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr0.dat | |
del %ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr1.dat | |
net start bits |
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
{ | |
"subscriptions": [ | |
{ | |
"name": "ncaq-uBlacklistRule", | |
"url": "https://raw.githubusercontent.com/ncaq/uBlacklistRule/master/uBlacklist.txt", | |
"enabled": true | |
}, | |
{ | |
"name": "ublacklist-programming-school", | |
"url": "https://raw.githubusercontent.com/108EAA0A/ublacklist-programming-school/main/uBlacklist.txt", |