Vencord for Discord install funtion

This commit is contained in:
unknown 2024-05-08 20:28:53 -07:00
parent 5259bc0820
commit 6b35eeaa96

View File

@ -221,10 +221,13 @@ function pst { Get-Clipboard }
# Alias # Alias
Set-Alias -Name btop4win -Value btop Set-Alias -Name btop4win -Value btop
# Vencord Installer
function vencord-install { function vencord-install {
Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe' -OutFile VencordInstallerCli.exe Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe' -OutFile VencordInstallerCli.exe
./VencordInstallerClie.exe ./VencordInstallerClie.exe
Remove-Item VencordInstallerClie.exe Remove-Item VencordInstallerClie.exe
}
# Enhanced PowerShell Experience # Enhanced PowerShell Experience
Set-PSReadLineOption -Colors @{ Set-PSReadLineOption -Colors @{