Skip to content

Dale-Muccignat/ArchMirage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchMirage

Yet another installer script for archlinux customized to the Mirage ways.

Install Instructions

Prepare install medium

Download and prepare an ArchLinux installation disk (typically a USB) according to the the ArchLinux Installation Guide.

Connect to the internet

Connect to Ethernet/Wifi. Ethernet should by default be connected. For Wifi use the iwctl package. Find your Wifi adaptor name:

iwctl station list

Find your wifi adaptor name within the device list. This will be refered to as "device" in what follows. Find your Wifi network:

iwctl station device scan
iwctl station device get-networks

Connect to your network by it's name (SSID):

iwctl station device connect SSID

Type in your password to connect to the network. For more information see iwd.

Download and run the installer script

First, update the package database of ArchLinux and install git:

pacman -Sy git

Then clone this repository:

git clone https://github.com/Dale-Muccignat/ArchMirage.git

Change directory to ArchMirage:

cd ArchMirage

Finally, run the installer script provided:

bash install.sh

Goals

  • Select which DE and WM
  • Custom inputs in partition table
  • Set up config files for each supported WM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages