Go to file
2024-05-23 15:12:07 +02:00
desktop feat: gamescope 2024-05-18 22:03:14 +02:00
rootfs feat: replace podman-compose by docker-compose 2024-05-23 15:12:07 +02:00
src feat: replace podman-compose by docker-compose 2024-05-23 15:12:07 +02:00
config feat: replace podman-compose by docker-compose 2024-05-23 15:12:07 +02:00
dotfiles.sh feat: hide vars from verbose 2024-05-18 22:02:16 +02:00
install.sh feat: hide vars from verbose 2024-05-18 22:02:16 +02:00
LICENSE Initial commit 2023-03-14 14:59:10 +01:00
README.md feat: suckless install + pkg cleanup 2024-05-15 16:14:37 +02:00

archinstall

My personal Arch install script. It automates from step 2 of ArchWiki's Installation guide and more!

HOW-TO

Follow the Pre-installation. Once you mounted the partitions, clone this script

git clone https://git.maby.dev/ange/archinstall /tmp/ai && cd -- "$_"

To install the base system, run:

$EDITOR config
./base.sh

If you want a desktop install:

$EDITOR ./desktop/config
./desktop/install.sh

$EDITOR ./desktop/$WM/config
./desktop/$WM/install.sh

For the dotfiles, run the script as the newly created user:

su - $user -c ./dotfiles.sh