feat: add firefox installation
All checks were successful
/ deploy_site (push) Successful in 3s

This commit is contained in:
2025-01-07 15:30:09 +09:00
parent fef5ed998a
commit 9dd7e3479a

View File

@ -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/