Automated Arch Linux Install
Go to file
Zethia ac888c2346
Add addition to wifi help section in readme.
Some new users(which this script is targeted at) may not know how to stop a ping request and might get confused. This just adds a quick note that might some.
2021-11-18 17:25:35 -05:00
dotfiles/kitty fixing a typo 2021-10-26 09:59:23 -05:00
pkg-files made seperate files for pacman and aur pkgs 2021-11-03 00:58:43 +05:00
.bashrc 1.0 Launch 2021-10-21 15:23:20 -05:00
.gitignore update gitignore 2021-11-03 23:45:26 -07:00
0-preinstall.sh copy mirrorlist file instead of moving 2021-11-06 00:24:27 +01:00
1-setup.sh Merge branch 'test' into main 2021-11-11 21:58:31 -06:00
2-user.sh Merge branch 'test' into main 2021-11-11 21:58:31 -06:00
3-post-setup.sh Merge remote-tracking branch 'upstream/main' 2021-11-04 00:40:41 -07:00
LICENSE Create LICENSE 2021-11-03 14:05:41 -05:00
README.md Add addition to wifi help section in readme. 2021-11-18 17:25:35 -05:00
archtitus.sh Adds $SCRIPTHOME var, replacing hardcoded file paths 2021-10-28 20:28:07 -07: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 Adds $SCRIPTHOME var, replacing hardcoded file paths 2021-10-28 20:28:07 -07:00
kderice-restore.sh Adds $SCRIPTHOME var, replacing hardcoded file paths 2021-10-28 20:28:07 -07: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 or Use Image

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

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

#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