Follow these steps to configure your Arch Linux development environment:
- Start by following the Arch Linux installation guide until reach the live environment.
- Partition your hard drive according to your needs.
- Mount the partitions.
- Download and run the live environment install script:
curl -O https://raw.githubusercontent.com/Benjman/dotfiles/main/scripts/live-env.sh && /bin/bash live-env.sh
- Once in the
/mnt
environment, download and execute the chroot install script:curl -O https://raw.githubusercontent.com/Benjman/dotfiles/main/scripts/chroot.sh && /bin/bash chroot.sh
- Exit the chroot environment, and unmount the partitions:
umount -R /mnt
- Reboot
- Log in as your user. During the first login, user-specific configurations will be executed, which includes:
- Cloning repositories for further setup of Hyprland, ML4W Dotfiles, and your personal Dotfiles.
- Preparing the hook scripts for ML4W Dotfiles
- Run the ML4W setup script:
cd ~/.local/share/repos/ml4w-dotfiles/bin
./ml4w-hyprland-setup
-
During the setup execution, it should detect the hook files:
Once the setup is complete, you should be all set!