feat: Added yay

This commit is contained in:
2026-06-20 11:36:19 +05:30
parent 0d4a1cb3d0
commit e29dfd27b5
2 changed files with 98 additions and 1 deletions

View File

@@ -22,11 +22,12 @@ declare -A INSTALLERS=(
[node]="Install Node.js (LTS) and NVM"
[nvim]="Install Neovim 0.11.7 and configuration"
[pnpm]="Install pnpm package manager"
[yay]="Install Yay AUR helper"
[yazi]="Install Yazi terminal file manager and dependencies"
[zoxide]="Install Zoxide directory jumper"
)
# Order in which installers should be displayed
INSTALLER_KEYS=(agy bat node nvim pnpm yazi zoxide)
INSTALLER_KEYS=(agy bat node nvim pnpm yay yazi zoxide)
SCRIPT_NAMES="${1:-}"
if [ -z "$SCRIPT_NAMES" ] || [ "$SCRIPT_NAMES" = "-h" ] || [ "$SCRIPT_NAMES" = "--help" ]; then