From 06e22ad0b38fcb40479c5a6335d40d316243ba56 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Mar 2025 22:55:15 +0900 Subject: [PATCH 1/5] removed vim in the packages to install --- install-scripts/01-hypr-pkgs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-scripts/01-hypr-pkgs.sh b/install-scripts/01-hypr-pkgs.sh index 098bf99..03f44be 100755 --- a/install-scripts/01-hypr-pkgs.sh +++ b/install-scripts/01-hypr-pkgs.sh @@ -59,7 +59,6 @@ hypr_package_2=( nvtop pamixer qalculate-gtk - vim ) # List of packages to uninstall as it conflicts with swaync or causing swaync to not function properly From 7fe3d55f43253ec51f5b84e9f5c24237d4d5cc51 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Mar 2025 23:17:13 +0900 Subject: [PATCH 2/5] C0E7-4B50 --- install-scripts/ags.sh | 2 +- install-scripts/dotfiles-branch.sh | 2 +- install-scripts/gtk_themes.sh | 2 +- install-scripts/sddm_theme.sh | 2 +- install-scripts/zsh_pokemon.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh index 33dab85..9227098 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -84,7 +84,7 @@ if [ -d "ags" ]; then fi # Clone nwg-look repository with the specified tag -if git clone --recursive -b "$ags_tag" --depth 1 https://github.com/Aylur/ags.git; then +if git clone --recursive -b "$ags_tag" --depth=1 https://github.com/Aylur/ags.git; then cd ags || exit 1 # Build and install ags npm install diff --git a/install-scripts/dotfiles-branch.sh b/install-scripts/dotfiles-branch.sh index 743beaa..542fb48 100644 --- a/install-scripts/dotfiles-branch.sh +++ b/install-scripts/dotfiles-branch.sh @@ -30,7 +30,7 @@ if [ -d Hyprland-Dots-Debian ]; then 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 + 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 diff --git a/install-scripts/gtk_themes.sh b/install-scripts/gtk_themes.sh index fd3889d..5b7e1a7 100755 --- a/install-scripts/gtk_themes.sh +++ b/install-scripts/gtk_themes.sh @@ -36,7 +36,7 @@ if [ -d "GTK-themes-icons" ]; then fi echo "$NOTE Cloning ${SKY_BLUE}GTK themes and Icons${RESET} repository..." 2>&1 | tee -a "$LOG" -if git clone --depth 1 https://github.com/JaKooLit/GTK-themes-icons.git ; then +if git clone --depth=1 https://github.com/JaKooLit/GTK-themes-icons.git ; then cd GTK-themes-icons chmod +x auto-extract.sh ./auto-extract.sh diff --git a/install-scripts/sddm_theme.sh b/install-scripts/sddm_theme.sh index 3e793d6..c063515 100755 --- a/install-scripts/sddm_theme.sh +++ b/install-scripts/sddm_theme.sh @@ -37,7 +37,7 @@ if [ -d "$theme_name" ]; then fi # Clone the repository -if git clone --depth 1 "$source_theme" "$theme_name"; then +if git clone --depth=1 "$source_theme" "$theme_name"; then if [ ! -d "$theme_name" ]; then echo "${ERROR} Failed to clone the repository." | tee -a "$LOG" fi diff --git a/install-scripts/zsh_pokemon.sh b/install-scripts/zsh_pokemon.sh index 9aff084..35c0863 100755 --- a/install-scripts/zsh_pokemon.sh +++ b/install-scripts/zsh_pokemon.sh @@ -24,7 +24,7 @@ printf "${INFO} Installing ${SKY_BLUE}Pokemon color scripts${RESET} ..." if [ -d "pokemon-colorscripts" ]; then cd pokemon-colorscripts && git pull && sudo ./install.sh && cd .. else - git clone --depth 1 https://gitlab.com/phoneybadger/pokemon-colorscripts.git && + git clone --depth=1 https://gitlab.com/phoneybadger/pokemon-colorscripts.git && cd pokemon-colorscripts && sudo ./install.sh && cd .. fi From 4284de2b90210eb7eb2430dd833d5447fb333632 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Mar 2025 16:13:38 +0900 Subject: [PATCH 3/5] updated dotfiles.sh --- install-scripts/dotfiles-branch.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install-scripts/dotfiles-branch.sh b/install-scripts/dotfiles-branch.sh index 542fb48..d22efd7 100644 --- a/install-scripts/dotfiles-branch.sh +++ b/install-scripts/dotfiles-branch.sh @@ -24,9 +24,7 @@ printf "${NOTE} Cloning and Installing ${SKY_BLUE}KooL's Hyprland Dots for Debia # Check if Hyprland-Dots exists if [ -d Hyprland-Dots-Debian ]; then cd Hyprland-Dots-Debian - git stash - git pull - git stash apply + git stash && git pull chmod +x copy.sh ./copy.sh else From 30e4c5ee9ad0c0596cb2378f64d840506999a343 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Mar 2025 01:15:23 +0900 Subject: [PATCH 4/5] updated install.sh to highlight deb-src importance --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3492c8f..b243c29 100755 --- a/install.sh +++ b/install.sh @@ -75,7 +75,7 @@ NOTE: If you are installing on a VM, ensure to enable 3D acceleration else Hyprl # Ask if the user wants to proceed if ! whiptail --title "Proceed with Installation?" \ - --yesno "Would you like to proceed?" 7 50; then + --yesno "VERY IMPORTANT!!!\n\nYou must be able to install from source by uncommenting deb-src on /etc/apt/sources.list else script may fail to install Hyprland.\n\n\nShall we proceed?" 15 60; then echo -e "\n" echo "❌ ${INFO} You 🫵 chose ${YELLOW}NOT${RESET} to proceed. ${YELLOW}Exiting...${RESET}" | tee -a "$LOG" echo -e "\n" From 40bbd3710e27c00d71504b1086e90c954cac44fb Mon Sep 17 00:00:00 2001 From: installer Date: Mon, 10 Mar 2025 11:59:11 +0900 Subject: [PATCH 5/5] updated readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0442b88..536aaee 100644 --- a/README.md +++ b/README.md @@ -289,12 +289,21 @@ cd ~/Debian-Hyprland - Subscribe to my Youtube Channel [YouTube](https://www.youtube.com/@Ja.KooLit) -- You can also buy me Coffee Through ko-fi.com or Coffee.com 🤩 +- you can also give support through coffee's or btc 😊 -Buy Me a Coffee at ko-fi.com +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/jakoolit) + +or [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) +Or you can donate cryto on my btc wallet :) +> 1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i + +![Bitcoin](https://github.com/user-attachments/assets/7ed32f8f-c499-46f0-a53c-3f6fbd343699) + + + #### 📹 Youtube videos (Click to view and watch the playlist) 📹 [![Youtube Playlist Thumbnail](https://raw.githubusercontent.com/JaKooLit/screenshots/main/Youtube.png)](https://youtube.com/playlist?list=PLDtGd5Fw5_GjXCznR0BzCJJDIQSZJRbxx&si=iaNjLulFdsZ6AV-t)