This commit is contained in:
inorishio
2026-02-10 16:13:55 +01:00
parent f77acb5f33
commit 4c8248f323
8 changed files with 318 additions and 334 deletions
+3 -1
View File
@@ -11,6 +11,8 @@ $packages = @(
"Ninja-build.Ninja"
)
# cargo install --locked tree-sitter-cli
foreach ( $package in $packages ) {
Write-Host "Installing $package..." -foregroundcolor yellow
# winget install $package
@@ -18,7 +20,7 @@ foreach ( $package in $packages ) {
$list = @(
"Git.Git",
"ajeetdsouza.zoxide",
"ajeetdsouza.zoxide"
)
Write-Host "Module list" -ForegroundColor Magenta