Vencord for Discord install funtion
This commit is contained in:
parent
96a0fdd3e2
commit
5259bc0820
@ -221,6 +221,10 @@ function pst { Get-Clipboard }
|
|||||||
|
|
||||||
# Alias
|
# Alias
|
||||||
Set-Alias -Name btop4win -Value btop
|
Set-Alias -Name btop4win -Value btop
|
||||||
|
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
|
# Enhanced PowerShell Experience
|
||||||
Set-PSReadLineOption -Colors @{
|
Set-PSReadLineOption -Colors @{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user