feat: Added command

This commit is contained in:
2026-06-20 18:40:57 +05:30
parent 0978403fa2
commit bad324a5cd
16 changed files with 182 additions and 218 deletions

View File

@@ -31,15 +31,7 @@ trap cleanup EXIT
install_starship() {
if has_command starship || [ -f "$HOME/.local/bin/starship" ]; then
if ! confirm "Starship is already installed. Reinstall/Upgrade?"; then
log_info "Skipping Starship installation."
return
fi
else
if ! confirm "Install Starship?"; then
log_info "Skipping Starship installation."
return
fi
log_info "Starship is already installed."
fi
# Ensure curl or wget is installed