From 6b35eeaa96f3e99f278450dbc5370f5eee17bd75 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 8 May 2024 20:28:53 -0700 Subject: [PATCH] Vencord for Discord install funtion --- pwsh/Microsoft.PowerShell_profile.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index 7717cb0..630404c 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -221,10 +221,13 @@ function pst { Get-Clipboard } # Alias Set-Alias -Name btop4win -Value btop + +# Vencord Installer function vencord-install { Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe' -OutFile VencordInstallerCli.exe ./VencordInstallerClie.exe Remove-Item VencordInstallerClie.exe +} # Enhanced PowerShell Experience Set-PSReadLineOption -Colors @{