7be57c47e307d0b845b15df8da0a15fd58cd4c7b
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]
TODO
- Add intel/amd specific driver
xf86-videoandmicrocode. - Add passwd input for user from stdin instead cli args
- Proper status messages
Description
Languages
Shell
100%