** archMega.sh is a Script to Install ArchLinux. **
loadkey ...
pacman -Sy git
git clone https://github.com/elbachir-one/ArchMega
cp ArchMega/archMega.sh /root
chmod +x archMega.sh
./archMega.sh
Note1: The script is going to launch cfdisk and you have to creat 3 partition, the first one is EFI and the second is the SWAP partition and the 3 is the filesystem in this order.
Note2: After the installation is finished you need to reboot the system.
*** Et voilĂ ***
** suckLess.sh is a Script to SetUp The Suckless Tools. **
Note: Make sure you login with your user name.
git clone https://github.com/elbachir-one/ArchMega
cp ArchMega/suckLess.sh chmod +x suckLess.sh
./suckLess.sh
Note: At the end your pc is going to reboot.
Thank you.