This repository provides a simple script to install Arch Linux with ease.
Follow the instructions below to get started.
- Automatically detects between
EFIandBIOSbefore installinggrub. - Uses
ext4by default, creating thebootandospartitions, with an optionalswap. - Comes with
i3 gaps,plasma, andgnome, plus many basic utilities such asbluetooth,network,htop,ranger, etc. - You can customize the
.dotfilesyou want to install. - You can select between QWERTY, AZERTY, and COLEMAK layouts.
- Just select the desired options.
- You don't have to write the whole code by hand.
2024-10-12.03-03-24.mp4
-
Update Package Database and Install Required Packages
Run the following command to update the package database and install
gitandvim:pacman -Syy git vim
-
Clone the Repository
Clone the Arch Installer repository to your local machine:
git clone https://github.com/raulpenate/archinstaller
-
Navigate to the Directory
Change into the cloned directory:
cd archinstaller -
Make the Installer Script Executable
Run the following command to give execution permissions to the installer script:
chmod +x archinstall.sh
-
Run the Installer Script
Finally, execute the installer script:
./archinstall.sh
Follow the prompts provided by the installer script to set up your Arch Linux system.
If you would like to contribute to this project, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Thanks to the Arch Linux community for their support and documentation.
