refactor: Migrate all installers to use installation strategies

This commit is contained in:
2026-06-26 21:35:34 +05:30
parent 0eaea2c997
commit 36c7be07b3
16 changed files with 53 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
# Tool: pnpm
# DisplayName: Pnpm
# Description: Install pnpm package manager
# Strategy: binary
#
# pnpm Installer Script
#
@@ -182,6 +183,7 @@ install_pnpm() {
track_dir "$HOME/.local/share/pnpm"
log_success "pnpm v${version} installed successfully!"
register_tool "pnpm" "binary" "$version" "github:pnpm/pnpm"
}
# ─── Shell Configuration ─────────────────────────────────────────────