dwm | ||
rootfs | ||
base.sh | ||
config | ||
dotfiles.sh | ||
gpu.sh | ||
LICENSE | ||
nvidia.hook | ||
README.md |
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