diff --git a/init.ps1 b/init.ps1 index 9eed8f9..951cc5f 100644 --- a/init.ps1 +++ b/init.ps1 @@ -40,10 +40,11 @@ $env:PATH = "$env:PATH;C:\Program Files\Vim\vim91;" '@ | ` Out-File -FilePath $profile +cd ~/Desktop + $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -useb https://releases.pmh.codes/cocktail.tar -OutFile cocktail.tar Invoke-WebRequest -useb https://releases.pmh.codes/koishi.zip -OutFile koishi.zip tar -xvf cocktail.tar - -powershell code pack/ +Expand-Archive koishi.zip