Add auto-installer script (beta)

This commit is contained in:
duma799
2026-02-08 23:14:52 +04:00
committed by duma
parent ab4229edef
commit 77d41ab5ae
2 changed files with 446 additions and 2 deletions
+11 -2
View File
@@ -28,7 +28,16 @@ Personal Hyprland configuration focused on productivity and ergonomics.
---
## Complete Installation Guide
## Quick Install
```bash
git clone https://github.com/duma799/hyprduma-config.git ~/Downloads/hyprduma-config
python3 ~/Downloads/hyprduma-config/install.py
```
---
## Complete Installation Guide (Manual)
Follow these steps in order to install the complete setup from scratch.
@@ -77,7 +86,7 @@ caelestia shell -d &
```bash
# Clone to a temporary location
cd ~/Downloads
git clone https://github.com/duma97/hyprduma-config.git
git clone https://github.com/duma799/hyprduma-config.git
cd hyprduma-config
```