archinstall/README.md
2024-04-03 19:33:40 +02:00

742 B

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