Skip to content

Instantly share code, notes, and snippets.

View ForkedInTime's full-sized avatar
:shipit:
Focusing

Alfredo Montesinos ForkedInTime

:shipit:
Focusing
  • San Francisco, CA
  • 06:04 (UTC -07:00)
  • X @Hugeyeti
View GitHub Profile
@ForkedInTime
ForkedInTime / arch-install.sh
Last active May 8, 2025 14:09
Archboi-Install
#!/bin/bash
set -e
# ====== REQUIREMENTS ======
echo "Installing Gum for interactive menus..."
pacman -Sy --noconfirm gum
# ====== INTERACTIVE MAIN MENU ======
INSTALL_ALL=false