feat: add Zen-Browser installation to init.ps1 for enhanced development environment setup
All checks were successful
/ deploy_site (push) Successful in 3s

This commit is contained in:
2025-01-20 21:04:50 +09:00
parent e34924fb5f
commit 2fd3c9f71d

View File

@ -13,6 +13,7 @@ winget install `
DEVCOM.JetBrainsMonoNerdFont `
Microsoft.WindowsTerminal `
Microsoft.VisualStudioCode `
Zen-Team.Zen-Browser
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -useb https://github.com/yuk7/ArchWSL/releases/latest/download/Arch.zip -OutFile Arch.zip