Renamed project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user