From 27bb12db40b69d45f583bf545fa91e7a1122fa2c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 25 May 2024 17:46:31 +0900 Subject: [PATCH 1/5] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b795a42..5db11cd 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-991 ### 🪧🪧🪧 ANNOUNCEMENT 🪧🪧🪧 -- This Repo does not contain Hyprland Dots or configs! Dotfiles can be checked here [`Hyprland-Dots`](https://github.com/JaKooLit/Hyprland-Dots) . During installation, if you opt to copy installation, it will be downloaded from that centralized repo. +- This Repo does not contain Hyprland Dots or configs! Dotfiles can be checked here [`Hyprland-Dots`](https://github.com/JaKooLit/Hyprland-Dots) . During installation, if you opt to copy pre-configured dots, it will be downloaded from that centralized repo. - Hyprland-Dots use are constantly evolving / improving. you can check CHANGELOGS here [`Hyprland-Dots-Changelogs`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) - Since the Hyprland-Dots are evolving, some of the screenshots maybe old - the wallpaper offered to be downloaded towards the end is from this [`REPO`](https://github.com/JaKooLit/Wallpaper-Bank) From e5b47a9f5c22dec4b4bc301b7c7db9b76479805b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 25 May 2024 18:06:47 +0900 Subject: [PATCH 2/5] updated GTK theme install script to avoid confusion --- install-scripts/gtk_themes.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-scripts/gtk_themes.sh b/install-scripts/gtk_themes.sh index b566bdc..876c51e 100755 --- a/install-scripts/gtk_themes.sh +++ b/install-scripts/gtk_themes.sh @@ -32,11 +32,11 @@ done # Check if the directory exists and delete it if present if [ -d "GTK-themes-icons" ]; then - echo "$NOTE Tokyo Theme GTK themes and Icons folder exist..deleting..." 2>&1 | tee -a "$LOG" + echo "$NOTE GTK themes and Icons folder exist..deleting..." 2>&1 | tee -a "$LOG" rm -rf "GTK-themes-icons" 2>&1 | tee -a "$LOG" fi -echo "$NOTE Cloning Tokyo Theme GTK themes and Icons repository..." 2>&1 | tee -a "$LOG" +echo "$NOTE Cloning GTK themes and Icons repository..." 2>&1 | tee -a "$LOG" if git clone https://github.com/JaKooLit/GTK-themes-icons.git ; then cd GTK-themes-icons chmod +x auto-extract.sh @@ -44,7 +44,7 @@ if git clone https://github.com/JaKooLit/GTK-themes-icons.git ; then cd .. echo "$OK Extracted GTK Themes & Icons to ~/.icons & ~/.themes folders" 2>&1 | tee -a "$LOG" else - echo "$ERROR Download failed for Tokyo Theme GTK themes and Icons.." 2>&1 | tee -a "$LOG" + echo "$ERROR Download failed for GTK themes and Icons.." 2>&1 | tee -a "$LOG" fi tar -xf "assets/Bibata-Modern-Ice.tar.xz" -C ~/.icons 2>&1 | tee -a "$LOG" From b6245012fe4e99a168b230570c26e6c62ea92487 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sun, 26 May 2024 16:16:04 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db11cd..82a2540 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ source ~/.zshrc #### 🛣️ Roadmap: - [ ] possibly adding gruvbox themes, cursors, icons -#### ❗ some known issues for nvidia +#### ❗ some known issues - reports from members of my discord, states that some users of nvidia are getting stuck on sddm login. credit to @Kenni Fix stated was ``` while in sddm press ctrl+alt+F2 or F3 From 88cc2c28b2268c10617c853234f9cef70d313b23 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 27 May 2024 00:54:18 +0900 Subject: [PATCH 4/5] Remove dependencies not applicable for Ubuntu 24.04 LTS --- install-scripts/00-dependencies.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install-scripts/00-dependencies.sh b/install-scripts/00-dependencies.sh index 4c6af73..9c93c15 100755 --- a/install-scripts/00-dependencies.sh +++ b/install-scripts/00-dependencies.sh @@ -33,13 +33,12 @@ dependencies=( libgraphene-1.0-0 libgraphene-1.0-dev libgtk-3-dev - libgulkan-0.15-0 libgulkan-dev libinih-dev libinput-dev libjbig-dev libjpeg-dev - libjpeg62-turbo-dev + libjpeg62-dev liblerc-dev libliftoff-dev liblzma-dev @@ -92,7 +91,6 @@ dependencies=( seatd spirv-tools vulkan-validationlayers - vulkan-validationlayers-dev wayland-protocols xdg-desktop-portal xwayland From e9ff8a6b2d7de073d74c65a2be76dfb23216cf26 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 27 May 2024 05:18:19 +0900 Subject: [PATCH 5/5] Added fzf for zsh, clean up readme --- CHANGELOGS.md | 3 +++ README.md | 3 +-- assets/.zshrc | 6 ++++++ install-scripts/zsh.sh | 4 +++- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index c43387b..be97835 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 26 May 2024 +- Added fzf for zsh (CTRL R to invoke FZF history) + ## 23 May 2024 - added qalculate-gtk to work with rofi-calc. Default keybinds (SUPER ALT C) - added power-profiles-daemon for ROG laptops. Note, I cant add to all since it conflicts with TLP, CPU-Auto-frequency etc. diff --git a/README.md b/README.md index 82a2540..d8c5feb 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,10 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-991 #### ✨ Costumize the packages to be installed - inside the install-scripts folder, you can edit 00-hypr-pkgs.sh. Do not edit 00-dependencies.sh unless you know what you are doing. Care though as the Hyprland Dots may not work properly! -- default GTK theme if agreed to be installed is Tokyo night GTK themes (dark and light) + Tokyo night SE icons #### 💫 SDDM and GTK Themes offered - If you opted to install SDDM theme, here's the [`LINK`](https://github.com/JaKooLit/simple-sddm) -- If you opted to install GTK Themes, Icons and Cursor offered are Tokyo Nights. [`LINK`](https://github.com/JaKooLit/GTK-themes-icons) & Bibata Cursor Modern Ice +- If you opted to install GTK Themes, Icons, here's the [`LINK`](https://github.com/JaKooLit/GTK-themes-icons) & Bibata Cursor Modern Ice (assets directory) #### 🔔 NOTICE TO NVIDIA OWNERS ### > [!IMPORTANT] diff --git a/assets/.zshrc b/assets/.zshrc index daa7652..2ccff57 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -19,4 +19,10 @@ source $ZSH/oh-my-zsh.sh #pokemon-colorscripts --no-title -s -r +# Set-up FZF key bindings (CTRL R for fuzzy history finder) +source <(fzf --zsh) +HISTFILE=~/.zsh_history +HISTSIZE=10000 +SAVEHIST=10000 +setopt appendhistory diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index dc0a665..864dcd5 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -3,7 +3,9 @@ # Zsh and Oh my Zsh + Optional Pokemon ColorScripts# zsh=( -zsh +zsh +zplug +fzf ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##