My shitty config for Arch Linux
Heavily inspired by Ermanno Ferrari https://gitlab.com/eflinux/arch-basic
Amogus theme taken from https://github.com/sueperb/tasty-grubs
Wallpapers taken from https://nordthemewallpapers.com/
A small summary:
- If needed, load your keymap
- Refresh the servers with pacman -Syy
- Partition the disk
- Format the partitions
- Mount the partitions
- Install the base packages into /mnt (pacstrap /mnt base linux linux-firmware git vim intel-ucode (or amd-ucode))
- Generate the FSTAB file with genfstab -U /mnt >> /mnt/etc/fstab
- Chroot in with arch-chroot /mnt
- Download the git repository with git clone https://github.com/saimon833/arch-deploy
- cd git/arch-deploy/install
- chmod +x initial_setup.sh
- run with ./initial_setup.sh