From 9d7c47195acead56a7836be85b86ea5fd1a02165 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Mar 2025 23:37:03 +0900 Subject: Added Distro-Hyprland.sh --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 193ee3e6..3d2ae31e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 +## Auto Distro-Hyprland install scripts cloning (BETA) +- NOTE still on beta. will change the development to main b4 merging to main and once all distro are tested +```bash +sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/development/Distro-Hyprland.sh) +``` + ## Installation ### 👁️‍🗨️ My Hyprland install Scripts 👁️‍🗨️ - Automated Hyprland Scripts for Distro of choice which will pull this dotfiles if opted to install these configurations -- cgit v1.2.3 From 631086a867badbe8c365f1170b171a7ffc135884 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Mar 2025 00:43:43 +0900 Subject: added Distro-Hyprland install script --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3d2ae31e..8c0ae111 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,11 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 -## Auto Distro-Hyprland install scripts cloning (BETA) -- NOTE still on beta. will change the development to main b4 merging to main and once all distro are tested +## Auto Distro-Hyprland install scripts cloning +- NOTE: you need package `curl` for this to work + ```bash -sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/development/Distro-Hyprland.sh) +sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) ``` ## Installation -- cgit v1.2.3