This commit is contained in:
7
init.ps1
7
init.ps1
@ -3,6 +3,7 @@ Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
|
||||
winget install `
|
||||
--disable-interactivity --accept-source-agreements --force `
|
||||
`
|
||||
Mozilla.Firefox `
|
||||
Microsoft.VisualStudioCode `
|
||||
Hashicorp.Terraform `
|
||||
Amazon.AWSCLI `
|
||||
@ -10,7 +11,6 @@ winget install `
|
||||
Helm.Helm `
|
||||
Derailed.k9s `
|
||||
eksctl.eksctl `
|
||||
Starship.Starship `
|
||||
vim.vim `
|
||||
Git.Git `
|
||||
ahmetb.kubectx `
|
||||
@ -20,7 +20,6 @@ winget install `
|
||||
New-Item -Path $profile -ItemType "file" -Force
|
||||
|
||||
@'
|
||||
Invoke-Expression (&starship init powershell)
|
||||
Set-Alias -Name kubectl -Value kubecolor
|
||||
Set-Alias -Name k -Value kubectl
|
||||
|
||||
@ -45,6 +44,6 @@ $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 -xvzf cocktail.tar
|
||||
tar -xvf cocktail.tar
|
||||
|
||||
code pack/
|
||||
powershell code pack/
|
||||
|
Reference in New Issue
Block a user