No description
Find a file
2025-10-22 05:56:41 +00:00
modules cleaup: packages 2025-10-22 05:56:41 +00:00
rootfs cleaup: packages 2025-10-22 05:56:41 +00:00
config fix: misleading comment 2025-10-04 21:33:16 +00:00
install.sh fix: typos 2025-10-04 20:11:56 +00:00
LICENSE Initial commit 2023-03-14 14:59:10 +01:00
README.md bump: 202510 2025-10-03 10:10:06 +00:00

archinstall

My personal Arch install script.

HOW-TO

Install git, clone the script, edit the config file to match your preferences and run the install.sh script.

pacman -Sy git
git clone https://git.gmoker.com/ange/archinstall.git
cd archinstall
$EDITOR config
./install.sh

Extend

If you want to extend this script, simply place your own commands in a .sh file in modules/**/ depending on when you need it to be executed.