Initial commit

This commit is contained in:
seajee
2024-06-18 18:45:28 +02:00
commit 73dcecfbe4
4 changed files with 225 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# archquick
archquick is a set of scripts to facilitate the process of quickly installing
Arch Linux in new systems.
# Quick start
To use the scripts run the following on a live Arch Linux environment:
```bash
$ pacman -Sy git
$ git clone https://github.com/seajee/archquick
$ cd archquick
$ ./install.sh
```