- Partitions the drive with support of UEFI & BIOS
- Installs necessary packages (bluetooth, audio, firewall)
- Rices with my dotfiles
- Setup a working environment in less than 30 minutes
- Grab the latest Arch Linux ISO
- Flash it on a USB Drive using Ventoy [Recommended] or Balena Etcher
- Boot into the live environment and run the following commands:
pacman -Sy --noconfirm archlinux-keyring
pacman -S --noconfirm git
git clone https://github.com/ghoulboii/arch-installer
cd arch-installer
./arch-installer.sh
This project is licensed under the GPL-3.0 License - see the License file for details.