📦 This script automates the post-installation setup of your Arch Linux system after installing via archinstall with Hyprland.
- Installs required packages from both official repositories and AUR
- Copies all configuration files into the home directory
MAS/
├── install.sh # Main installation script
├── pacman.txt # List of official packages
├── aur.txt # List of AUR packages
├── configs/ # All configuration files, including .config and dotfiles
├── .config/
- Arch Linux
- A user with
sudoprivileges - Hyprland and a working base system
git clone https://github.com/artemventvent/MAS.git
cd MAS
./install.sh