Automated Arch Linux Install
Go to file
Sajay 65f60fcc86 commit 2021-10-24 11:21:08 +05:30
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 commit 2021-10-24 11:21:08 +05:30
1-setup.sh commit 2021-10-24 11:21:08 +05:30
2-user.sh commit 2021-10-24 11:21:08 +05:30
3-post-setup.sh autoarch 2021-10-24 10:57:32 +05:30
README.md commit 2021-10-24 11:21:08 +05:30
autoarch.sh Update autoarch.sh 2021-10-24 11:16:07 +05:30
install.example.conf autoarch 2021-10-24 10:57:32 +05:30
kde.knsv 1.0 Launch 2021-10-21 15:23:20 -05:00
kderice-backup.sh commit 2021-10-24 11:21:08 +05:30
kderice-restore.sh commit 2021-10-24 11:21:08 +05:30
setconsole.sh 1.0 Launch 2021-10-21 15:23:20 -05:00

README.md

AutoArch 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

Boot Arch ISO

From initial Prompt type the following commands:

pacman -Sy git
git clone https://github.com/sajayprakash/AutoArch
cd AutoArch
./autoarch.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