Go to file
2023-03-26 16:48:14 +02:00
dwm fix: podman package name 2023-03-26 11:56:28 +02:00
rootfs feat: nobeep blacklist 2023-03-15 16:55:27 +01:00
base.sh fix: sudoers search string 2023-03-26 16:48:14 +02:00
config fix: locale.gen search string 2023-03-26 16:31:09 +02:00
dotfiles.sh feat: reduce amount of questions 2023-03-14 22:34:05 +01:00
gpu.sh feat: reduce amount of questions 2023-03-14 22:34:05 +01:00
LICENSE Initial commit 2023-03-14 14:59:10 +01:00
nvidia.hook feat: better driver support, grub 2023-03-14 18:49:40 +01:00
README.md feat: better installation instructions 2023-03-14 19:28:03 +01: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 chrooted in the system, 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 to install a gui (replace gui with your choice):

$EDITOR gui/config
./gui/install.sh

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

su $user -c ./dotfiles.sh