feat: Added starship

This commit is contained in:
2026-06-20 13:46:43 +05:30
parent bf1529b354
commit 85dabd42f1
4 changed files with 145 additions and 3 deletions

View File

@@ -22,12 +22,13 @@ declare -A INSTALLERS=(
[node]="Install Node.js (LTS) and NVM"
[nvim]="Install Neovim 0.11.7 and configuration"
[pnpm]="Install pnpm package manager"
[starship]="Install Starship shell prompt"
[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 yay yazi zoxide)
INSTALLER_KEYS=(agy bat node nvim pnpm starship yay yazi zoxide)
SCRIPT_NAMES="${1:-}"
if [ -z "$SCRIPT_NAMES" ] || [ "$SCRIPT_NAMES" = "-h" ] || [ "$SCRIPT_NAMES" = "--help" ]; then