Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<h1 align="center">Arch Installer</h1>
<h3 align="center">Quick & Simple Arch Linux Installer</h3>

## Features
## Features

- Partitions the drive with support of UEFI & BIOS
- Installs necessary packages (bluetooth, audio, firewall)
- Rices with [my dotfiles](https://github.com/GhoulBoii/dotfiles)
- Uses [archinstall](https://github.com/archlinux/archinstall) to provide a minimal arch install
- Provides post-install scripts to rice the system
- Setup a working environment in less than **30 minutes**

## 🔧 Usage
## Usage

1)

- Input config.json
- Set mirror region
- Partition drives
- Set timezone

- Grab the latest [Arch Linux ISO](https://archlinux.org/download/)
- Flash it on a USB Drive using [Ventoy](https://github.com/ventoy/Ventoy) [**Recommended**] or [Balena Etcher](https://github.com/balena-io/etcher)
Expand All @@ -21,11 +26,11 @@ cd arch-installer
./arch-installer.sh
```

## 📜 License
## License

This project is licensed under the GPL-3.0 License - see the [License file](LICENSE.md) for details.

## ❤️ Credits
## Credits

- [Bugswriter](https://github.com/Bugswriter/arch-linux-magic)
- [Chris Titus Tech](https://github.com/ChrisTitusTech/ArchTitus)
Expand Down
Loading