Installer & setup script for Arch Linux in i3 on UEFI x86-64 pc
-
Install Arch on PC
#After creating partitions, mounting partitions and connecting to the Internet. pacstrap /mnt base linux linux-firmware git genfstab -U /mnt >> /mnt/etc/fstab arch-chroot /mnt git clone https://github.com/mxvish/arch-setup.git cd arch-setup sh install.sh exit reboot
- Change username from
mxvishas you like. - This script does not format, mount partitions, and connect to wifi automatically. Refer to commented out commands in install.sh to do them.
- Change username from
-
Install i3 and others
su sh setup.sh sh final.sh
git clone https://github.com/mxvish/arch-setup.git
cd arch-setup
sh check_diff.sh