Renamed project

This commit is contained in:
2026-07-05 21:22:05 +02:00
parent abd4ad3b30
commit 9bdaaa2488
6 changed files with 19 additions and 19 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
# arch-system-th
# arch-system-hyprland
Reproducible Arch Linux + Hyprland install
@@ -23,18 +23,18 @@ Boot the official Arch ISO, get online, then clone this repo and run it:
```sh
# 1. boot the official Arch ISO, connect (iwctl for wifi; wired is automatic),
# then fetch this repo:
git clone <repo-url> arch-system-th && cd arch-system-th
git clone <repo-url> arch-system-hyprland && cd arch-system-hyprland
# 2. set target + options, then install the base:
vim system.conf # DISK, hostname, GPU, desktop/laptop…
./01-install/run.sh # partitions + base install
# 3. reboot, log in, then provision:
sudo ~/arch-system-th/02-system/run.sh
~/arch-system-th/03-user/run.sh
sudo ~/arch-system-hyprland/02-system/run.sh
~/arch-system-hyprland/03-user/run.sh
# 4. (optional) enter share credentials interactively
sudo ~/arch-system-th/04-secrets/run.sh
sudo ~/arch-system-hyprland/04-secrets/run.sh
```
### Post Install