mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 15:13:49 +00:00
visually encapsulate proxyswitcher install for readability
This commit is contained in:
parent
4598bfe8d0
commit
7378dacaa5
@ -156,8 +156,10 @@ Write-Host "Setting up PowerShell profile..." -ForegroundColor Cyan
|
||||
CopyFileWithPrompt "$dotfilesRepo\PowerShell\Microsoft.PowerShell_profile.ps1" $psProfile
|
||||
|
||||
# Setting up self-made ProxySwitcher
|
||||
Write-Host "Setting up ProxySwitcher..." -ForegroundColor Cyan
|
||||
Write-Host "============================================" -ForegroundColor DarkGray
|
||||
Write-Host "Setting up ProxySwitcher via subscript..." -ForegroundColor Cyan
|
||||
Invoke-RestMethod 'https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/install.ps1' | Invoke-Expression
|
||||
Write-Host "============================================" -ForegroundColor DarkGray
|
||||
|
||||
function UnzipAndInstall
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user