[OLD ARCHIVE] Scripts for full Arch Install
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
beech f270f1d839 Merge pull request 'experimental' (#1) from experimental into main 2 years ago
VM Cleaning up 2 years ago
LICENSE Initial commit 2 years ago
README.md Cleaning up 2 years ago
aur.sh Updated AUR setup 2 years ago
gnomesetup.sh Added install3 2 years ago
install1.sh Updated file names 2 years ago
install2.sh Cleanup 2 years ago
install3.sh Updated file names 2 years ago
kdesetup.sh Added install3 2 years ago
software.sh Added Software 2 years ago

README.md

Arch Linux Install Scripts

Scripts for Arch install & configuration with GNOME or KDE Plasma, support packages, and apps.


Arch Live ISO

This step installs Arch to your hard drive. IT WILL FORMAT THE DISK

Boot into your Arch ISO & run commands:

# Installer 1
curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install1.sh -o install1.sh
sh install1.sh

# Installer 2
curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install2.sh -o install2.sh
sh preinstall2.sh

# Preparing for first boot (Non-Nvidia GPU or VM)
exit
umount -R /mnt

# Preparing for first boot (Nvidia GPU) - Follow linked instructions:
https://github.com/korvahannu/arch-nvidia-drivers-installation-guide

exit
umount -R /mnt

# Reboot Machine (remove installation media during reboot)
reboot

After First Boot

sudo pacman -S --noconfirm pacman-contrib
sudo git clone https://git.merlinslair.net/beech/ArchScripts
cd ArchScripts
sh install3.sh

reboot

System Description

GNOME or KDE Desktop Environment

GDM or SDDM Login Manager

Credits

Inspired by ArchTitus