This commit is contained in:
8
init.ps1
8
init.ps1
@ -14,6 +14,7 @@ winget install `
|
|||||||
Derailed.k9s `
|
Derailed.k9s `
|
||||||
Git.Git `
|
Git.Git `
|
||||||
ahmetb.kubectx `
|
ahmetb.kubectx `
|
||||||
|
AltDrag.AltDrag `
|
||||||
OpenVPNTechnologies.OpenVPN `
|
OpenVPNTechnologies.OpenVPN `
|
||||||
DEVCOM.JetBrainsMonoNerdFont
|
DEVCOM.JetBrainsMonoNerdFont
|
||||||
|
|
||||||
@ -28,7 +29,7 @@ function kd { k describe -f $args }
|
|||||||
function kx { k delete -f $args }
|
function kx { k delete -f $args }
|
||||||
|
|
||||||
function ti { terraform init $args }
|
function ti { terraform init $args }
|
||||||
function ta { terraform apply $args }
|
function ta { terraform apply --parallelism 100 $args }
|
||||||
function taa { terraform apply --auto-approve --parallelism 100 $args }
|
function taa { terraform apply --auto-approve --parallelism 100 $args }
|
||||||
|
|
||||||
$env:EDITOR = "code -w"
|
$env:EDITOR = "code -w"
|
||||||
@ -38,10 +39,5 @@ Out-File -FilePath $profile
|
|||||||
|
|
||||||
Set-Location ~/Desktop
|
Set-Location ~/Desktop
|
||||||
|
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
|
||||||
Invoke-WebRequest -useb https://releases.pmh.codes/cocktail.tar -OutFile cocktail.tar
|
|
||||||
|
|
||||||
tar -xvf cocktail.tar
|
|
||||||
|
|
||||||
Start-Process powershell -Verb runAs "Set-Service ssh-agent -StartupType Automatic"
|
Start-Process powershell -Verb runAs "Set-Service ssh-agent -StartupType Automatic"
|
||||||
Start-Process powershell -Verb runAs "Start-Service ssh-agent"
|
Start-Process powershell -Verb runAs "Start-Service ssh-agent"
|
||||||
|
Reference in New Issue
Block a user