added winutil command

This commit is contained in:
unknown 2024-05-09 12:33:38 -07:00
parent afa08e9209
commit f351270ab4

View File

@ -229,6 +229,11 @@ Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/dow
Remove-Item VencordInstallerCli.exe
}
# CTT Win Util
function winutil {
sudo "irm https://christitus.com/win | iex"
}
# Enhanced PowerShell Experience
Set-PSReadLineOption -Colors @{
Command = 'Yellow'