14 lines
266 B
Markdown
14 lines
266 B
Markdown
# archinstall
|
|
My personal Arch install script.
|
|
|
|
## HOW-TO
|
|
Clone the script, edit the `config` file to match your preferences and run the
|
|
`install.sh` script.
|
|
|
|
```bash
|
|
git clone https://git.maby.dev/ange/archinstall.git
|
|
cd archinstall
|
|
$EDITOR config
|
|
./install.sh
|
|
```
|