Skip to content

dimmus/archus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archus

The scope of the project to only do minimal installs with personal configurations. Script can install three flavors of arch.

  • DWM + Xorg
  • Hyprland + Wayland
  • Enlightenment + Xorg + Wayland

Single command quicklaunch

bash <(curl -L https://raw.githubusercontent.com/dimmus/archus/master/scripts/curl-install.sh)

Below shown 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 Etcher, Ventoy, or Rufus.

Boot Arch ISO

From initial Prompt type the following commands:

pacman -Sy git
git clone https://github.com/dimmus/archus
cd archus
./archus.sh

System Description

This is completely automated arch install. It includes prompts to select your desired desktop environment, window manager, AUR helper, and whether to do a full or minimal install. The KDE desktop environment on arch includes all the packages I use on a daily basis, as well as some customizations.

Troubleshooting

Arch Linux RickEllis Installation Guide

Arch Linux Wiki Installation Guide

The main script will generate .log files for every script that is run as part of the installation process. These log files contain the terminal output so you can review any warnings or errors that occurred during installation and aid in troubleshooting.

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.

#6 Test your internet connection by running ping google.com.

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages