feat: Dynamic package registry

This commit is contained in:
2026-06-20 19:05:20 +05:30
parent bad324a5cd
commit e658d6d375
20 changed files with 210 additions and 53 deletions

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: agy
# DisplayName: Antigravity
# Description: Install Antigravity CLI
#
# Antigravity CLI Installer Script (Linux Only)
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: bat
# DisplayName: Bat
# Description: Install Bat (alternative to cat) and configure alias
#
# Bat Installer Script
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: node
# DisplayName: Node
# Description: Install Node.js (LTS) and NVM
#
# Node.js and NVM Installer Script
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: nvim
# DisplayName: Neovim
# Description: Install Neovim 0.11.7 and configuration
#
# Neovim Installer Script
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: pnpm
# DisplayName: Pnpm
# Description: Install pnpm package manager
#
# pnpm Installer Script
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: rust
# DisplayName: Rust
# Description: Install Rustup and Rust compiler/toolchain
#
# Rust Installer Script (Simplified Local Rustup Init)
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: starship
# DisplayName: Starship
# Description: Install Starship shell prompt
#
# Starship Installer Script
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: yay
# DisplayName: Yay
# Description: Install Yay AUR helper
#
# Yay Installer Script
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: yazi
# DisplayName: Yazi
# Description: Install Yazi terminal file manager and dependencies
#
# Yazi Installer Script
#

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Tool: zoxide
# DisplayName: Zoxide
# Description: Install Zoxide directory jumper
#
# Zoxide Installer Script
#