Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
set -e
# Update + essentials
sudo pacman -Syu --noconfirm
sudo pacman -S --needed --noconfirm git base-devel stow
# Kernel headers (matches running kernel)
KERNEL=$(uname -r)