39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
# ArchTitus Installer Script
|
|
|
|
<img src="https://i.imgur.com/YiNMnan.png" />
|
|
|
|
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](https://github.com/rickellis/Arch-Linux-Install-Guide)__
|
|
|
|
### No Wifi
|
|
|
|
```bash
|
|
sudo wifi-menu`
|
|
```
|
|
|
|
## Credits
|
|
|
|
- Original packages script was a post install cleanup script called ArchMatic located here: https://github.com/rickellis/ArchMatic
|
|
- Thank you to all the folks that helped during the creation from YouTube Chat! Here are all those Livestreams showing the creation: <https://www.youtube.com/watch?v=IkMCtkDIhe8&list=PLc7fktTRMBowNaBTsDHlL6X3P3ViX3tYg> |