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.
44 lines
863 B
44 lines
863 B
# 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:
|
|
|
|
```bash
|
|
# Installer 1 & 2
|
|
curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install1.sh -o install1.sh
|
|
sh install1.sh
|
|
|
|
# Reboot machine when prompted (remove installation media during reboot)
|
|
reboot
|
|
```
|
|
|
|
### After First Boot
|
|
|
|
```bash
|
|
# Install Pacman Tools
|
|
sudo pacman -S --noconfirm pacman-contrib
|
|
|
|
# Installer 3 (Desktop, software & Nvidia Drivers)
|
|
cd ArchScripts
|
|
sh install3.sh
|
|
|
|
# Reboot System
|
|
reboot
|
|
```
|
|
|
|
### System Description
|
|
Systemd boot
|
|
|
|
GNOME or KDE Desktop Environment
|
|
|
|
SDDM Login Manager
|
|
|
|
### Credits
|
|
__[Inspired by ArchTitus](https://github.com/ChrisTitusTech/ArchTitus)__ |