mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 02:10:13 +01:00
Switched to download dots from KooL's Hyprland dots specific branch
This commit is contained in:
parent
bfb1b599d9
commit
5e2329dfba
@ -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
|
||||
|
||||
|
||||
32
install-scripts/dotfiles-branch.sh
Normal file
32
install-scripts/dotfiles-branch.sh
Normal 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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user