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