archinstall/README.md
2023-03-14 17:33:29 +01:00

798 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 chrooted in the system, clone this script

git clone https://git.maby.dev/ange/archinstall.git /tmp/ai
cd /tmp/ai/

Review and edit the config file before running any script!

To install the base system, run:

./base_install.sh

If you want a post install script, login as a normal user and run (replace desktopEnvironment with your choice):

./desktopEnvironment/install.sh

For the dotfiles, run the script as the new user:

su $user -c ./dotfiles.sh