feat: Added distilled agy installer

This commit is contained in:
2026-06-20 09:41:19 +05:30
parent f8ea98a468
commit 1cae621151
3 changed files with 200 additions and 1 deletions

View File

@@ -17,13 +17,14 @@ require_bash
# Registry of installers
declare -A INSTALLERS=(
[agy]="Install Antigravity CLI"
[node]="Install Node.js (LTS) and NVM"
[nvim]="Install Neovim 0.11.7 and configuration"
[yazi]="Install Yazi terminal file manager and dependencies"
[zoxide]="Install Zoxide directory jumper"
)
# Order in which installers should be displayed
INSTALLER_KEYS=(node nvim yazi zoxide)
INSTALLER_KEYS=(agy node nvim yazi zoxide)
SCRIPT_NAMES="${1:-}"
if [ -z "$SCRIPT_NAMES" ] || [ "$SCRIPT_NAMES" = "-h" ] || [ "$SCRIPT_NAMES" = "--help" ]; then