The repository contains a personal distribution based on Arch Linux.
Warning
- The following steps will erase the entire disk to install the base operating system. Make sure to have a backup outside the computer and check that nothing is missing before proceeding.
- The author of these scripts is not responsible for any inconveniences.
- By default, the username and hostname are set to my first and last name, and is part of code.
Download the Arch Linux ISO and use Etcher to flash it to a USB drive.
During the computer's boot process, select the USB as the boot device (F12). Once Arch Linux Live has started, enter the following commands:
curl -s strappazzon.me | sh -s baseOnce the previous step is completed without errors and you have restarted the computer, run the following command to install KDE Plasma 6.x or GNOME with all applications:
curl -s strappazzon.me | sh -s gnomeInstall aditional applications and tools independently of the desktop:
curl -s strappazzon.me | sh -s packagesFinally, the work environment needs to be configured:
curl -s strappazzon.me | sh -s profileEnjoy!