feat: added batcat3~

This commit is contained in:
2026-06-20 10:01:57 +05:30
parent 24f5f88069
commit c3a53c8882
3 changed files with 158 additions and 1 deletions

View File

@@ -18,13 +18,14 @@ require_bash
# Registry of installers
declare -A INSTALLERS=(
[agy]="Install Antigravity CLI"
[bat]="Install Bat (alternative to cat) and configure alias"
[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=(agy node nvim yazi zoxide)
INSTALLER_KEYS=(agy bat node nvim yazi zoxide)
SCRIPT_NAMES="${1:-}"
if [ -z "$SCRIPT_NAMES" ] || [ "$SCRIPT_NAMES" = "-h" ] || [ "$SCRIPT_NAMES" = "--help" ]; then