Switched to download dots from KooL's Hyprland dots specific branch

This commit is contained in:
JaKooLit 2025-01-01 22:01:27 +09:00
parent bfb1b599d9
commit 5e2329dfba
3 changed files with 36 additions and 1 deletions

View File

@ -1,5 +1,8 @@
## Changelogs
## 01 Jan 2025
- Switched to download dots from KooL's Hyprland dots specific branch
## 26 Dec 2024
- Removal of Bibata Ice cursor on assets since its integrated in the GTK Themes and Icons extract from a separate repo

View File

@ -0,0 +1,32 @@
#!/bin/bash
# 💫 https://github.com/JaKooLit 💫 #
# Hyprland-Dots to download from main #
#specific branch or release
dots_tag="Deb-Untu-old-v-Hyprland"
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
# Check if Hyprland-Dots exists
printf "${NOTE} Downloading KooL's Hyprland Dots for Debian....\n"
if [ -d Hyprland-Dots-Debian ]; then
cd Hyprland-Dots-Debian
git stash
git pull
git stash apply
chmod +x copy.sh
./copy.sh
else
if git clone --depth 1 -b $dots_tag https://github.com/JaKooLit/Hyprland-Dots Hyprland-Dots-Debian; then
cd Hyprland-Dots-Debian || exit 1
chmod +x copy.sh
./copy.sh
else
echo -e "$ERROR Can't download Hyprland-Dots-Debian"
fi
fi
clear

View File

@ -258,7 +258,7 @@ fi
execute_script "InputGroup.sh"
if [ "$dots" == "Y" ]; then
execute_script "dotfiles.sh"
execute_script "dotfiles-branch.sh"
fi
# Clean up