Skip to content

Instantly share code, notes, and snippets.

View lucashdoa's full-sized avatar

Lucas Andrade lucashdoa

View GitHub Profile
@lucashdoa
lucashdoa / arch_install.sh
Last active December 26, 2025 03:42
Arch Linux Installation Script
#!/bin/bash
# Arch Linux Automated Installation Script
# This script automates the installation of Arch Linux with:
# - Btrfs filesystem with subvolumes for snapshots
# - GRUB bootloader with UEFI support
# - NetworkManager for network management
# - Base development tools and yay AUR helper
# Exit immediately if any command fails
set -e