My personal scripts to install and configure arch
after partitioning your disk, mounting the needed partitions to /mnt
and arch-chroot
into it run:
pacman -S wget neovim
wget https://raw.githubusercontent.com/WolfenCLI/arch-install/master/init.sh
nvim init.sh
sh ./init.sh
rm /init.sh