2020-05-24 08:52:22 +02:00
2020-05-23 13:04:10 +00:00
2020-05-24 08:52:22 +02:00

March

A small script to automate my archlinux configuration.

How to use it

First off we need to install git to download this repo.

pacman -Sy
pacman -S git

Then we can download this repo and run the install script.

git clone https://gitlab.com/TuDatTr/march
chmod ./march/install.sh
./install.sh -d [DEVICE] -t [/usr/share/zoneinfo/REGION/CITY] -l [LOCALE] -h [HOSTNAME] -u [USER] -s [SUDO]

Need to add intel/amd specific driver xf86-video and microcode.

Description
A small script to automate my archlinux configuration
Readme 63 KiB
Languages
Shell 100%