Automated Arch Linux Install
Go to file
Austin Horstman e39519781f Add github actions 2022-03-02 12:03:01 -06:00
.github Add github actions 2022-03-02 12:03:01 -06:00
configs Add plymouth theme and package 2022-02-23 10:46:11 -06:00
pkg-files Merge pull request #234 from khaneliman/plymouth 2022-02-24 16:03:40 -06:00
scripts efi server fix 2022-02-25 09:55:01 -06:00
.gitignore final 2021-11-12 20:44:29 +00:00
CODEOWNERS Add github actions 2022-03-02 12:03:01 -06:00
LICENSE Create LICENSE 2021-11-03 14:05:41 -05:00
README.md Merge branch 'main' into test 2022-01-06 13:34:30 -06:00
archtitus.sh fix log copy scope 2022-02-20 23:09:01 -06:00
titusarch.png 1.0 Launch 2021-10-21 15:23:20 -05:00

README.md

ArchTitus Installer Script

This README contains the steps I do to install and configure a fully-functional Arch Linux installation containing a desktop environment, all the support packages (network, bluetooth, audio, printers, etc.), along with all my preferred applications and utilities. The shell scripts in this repo allow the entire process to be automated.)


Create Arch ISO or Use Image

Download ArchISO from https://archlinux.org/download/ and put on a USB drive with Etcher, Ventoy, or Rufus

If you don't want to build using this script I did create an image @ https://www.christitus.com/arch-titus

Boot Arch ISO

From initial Prompt type the following commands:

pacman -Sy git
git clone https://github.com/ChrisTitusTech/ArchTitus
cd ArchTitus
./archtitus.sh

System Description

This is completely automated arch install of the KDE desktop environment on arch using all the packages I use on a daily basis.

Troubleshooting

Arch Linux Installation Guide

No Wifi

You can check if the WiFi is blocked by running rfkill list. If it says Soft blocked: yes, then run rfkill unblock wifi

After unblocking the WiFi, you can connect to it. Go through these 5 steps:

#1: Run iwctl

#2: Run device list, and find your device name.

#3: Run station [device name] scan

#4: Run station [device name] get-networks

#5: Find your network, and run station [device name] connect [network name], enter your password and run exit. You can test if you have internet connection by running ping google.com, and then Press Ctrl and C to stop the ping test.

Credits