From 5386226a6677f944bbaddafc78ed9eaddab61cb5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 12 Mar 2025 01:30:06 +0900 Subject: danggit --- config/hypr/v2.3.14 | 5 +++++ config/hypr/v2.3.14-dev | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 config/hypr/v2.3.14 delete mode 100644 config/hypr/v2.3.14-dev diff --git a/config/hypr/v2.3.14 b/config/hypr/v2.3.14 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.3.14 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.3.14-dev b/config/hypr/v2.3.14-dev deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.14-dev +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3 From 28f083e19ed12a5cd7b49b8fac88af7a9fa93a61 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 12 Mar 2025 10:51:27 +0900 Subject: updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ddc6ee20..28751042 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 ```bash sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) ``` +- if you are using say fish or a non-POSIX compliant +```bash +curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh | bash +``` - you can now use above command to automatically clone the Distro-Hyprland install scripts below - it will clone the install scripts and start the `install.sh` 😎 -- cgit v1.2.3