This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Ultra-Slim Arch Setup for Gaming (NVIDIA 3080 Ti, DWM, Heroic, Proton-GE) | |
# Run as regular user *after* base Arch install and login | |
set -e | |
# === 1. Base X + NVIDIA + DWM Install === | |
sudo pacman -Syu --noconfirm | |
sudo pacman -S --noconfirm \ | |
base-devel git xorg xorg-xinit \ |