Automated Arch Linux Install
Go to file
Chris Titus 42a02fc816 1.0 Launch 2021-10-21 15:23:20 -05:00
dotfiles/kitty 1.0 Launch 2021-10-21 15:23:20 -05:00
.bashrc 1.0 Launch 2021-10-21 15:23:20 -05:00
.gitignore 1.0 Launch 2021-10-21 15:23:20 -05:00
0-preinstall.sh 1.0 Launch 2021-10-21 15:23:20 -05:00
1-setup.sh 1.0 Launch 2021-10-21 15:23:20 -05:00
2-user.sh 1.0 Launch 2021-10-21 15:23:20 -05:00
3-post-setup.sh 1.0 Launch 2021-10-21 15:23:20 -05:00
README.md 1.0 Launch 2021-10-21 15:23:20 -05:00
archtitus.sh 1.0 Launch 2021-10-21 15:23:20 -05:00
install.example.conf 1.0 Launch 2021-10-21 15:23:20 -05:00
kde.knsv 1.0 Launch 2021-10-21 15:23:20 -05:00
kderice-backup.sh 1.0 Launch 2021-10-21 15:23:20 -05:00
kderice-restore.sh 1.0 Launch 2021-10-21 15:23:20 -05:00
setconsole.sh 1.0 Launch 2021-10-21 15:23:20 -05: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

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

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

sudo wifi-menu`

Credits