From 0fdd31534f39f0025299f8e6dea1582c3465cd7a Mon Sep 17 00:00:00 2001
From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com>
Date: Sun, 23 Jun 2024 17:04:05 +0800
Subject: [PATCH 1/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d2a10c2..0642dcc 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
-#### 👇 KOOL's Hyprland-Dots related Links 👇
+👇 KOOL's Hyprland-Dots related Links 👇
From 165d8ff0bbd3fa6ad5c1a43d06cb6883fa5068df Mon Sep 17 00:00:00 2001
From: JaKooLit
Date: Tue, 25 Jun 2024 22:00:36 +0900
Subject: [PATCH 2/3] added fbdev=1 on nvidia.sh
---
CHANGELOGS.md | 3 +++
install-scripts/nvidia.sh | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOGS.md b/CHANGELOGS.md
index adeffcd..5fe6675 100644
--- a/CHANGELOGS.md
+++ b/CHANGELOGS.md
@@ -1,5 +1,8 @@
## Changelogs
+## 25 Jun 2024
+- added fbdev=1 for nvidia.sh on `/etc/modprobe.d/nvidia.conf`. see here `https://wiki.hyprland.org/Nvidia/#drm-kernel-mode-setting`
+
## 26 May 2024
- Added fzf for zsh (CTRL R to invoke FZF history)
diff --git a/install-scripts/nvidia.sh b/install-scripts/nvidia.sh
index e1ddc43..dbee63c 100755
--- a/install-scripts/nvidia.sh
+++ b/install-scripts/nvidia.sh
@@ -63,7 +63,7 @@ if [ -f "$NVEA" ]; then
else
printf "\n"
printf "${YELLOW} Adding options to $NVEA..."
- sudo echo -e "options nvidia-drm modeset=1" | sudo tee -a /etc/modprobe.d/nvidia.conf 2>&1 | tee -a "$LOG"
+ sudo echo -e "options nvidia_drm modeset=1 fbdev=1" | sudo tee -a /etc/modprobe.d/nvidia.conf 2>&1 | tee -a "$LOG"
printf "\n"
fi
From 227ef1d75d49c2360476274a1feefee232e0e006 Mon Sep 17 00:00:00 2001
From: Kunmun
Date: Sun, 7 Jul 2024 17:38:22 +0530
Subject: [PATCH 3/3] feat: Use eza to display file/folder icons in terminal
Change-Id: I3807eef228a3799c652eea185384445de7c5c370
---
assets/.zshrc | 10 +++++++---
install-scripts/00-hypr-pkgs.sh | 1 +
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/assets/.zshrc b/assets/.zshrc
index 51a5e5f..809eacb 100644
--- a/assets/.zshrc
+++ b/assets/.zshrc
@@ -5,7 +5,7 @@ export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="xiong-chiamiov-plus"
-plugins=(
+plugins=(
git
archlinux
zsh-autosuggestions
@@ -17,15 +17,19 @@ source $ZSH/oh-my-zsh.sh
# Check archlinux plugin commands here
# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux
-
# Display Pokemon-colorscripts
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
#pokemon-colorscripts --no-title -s -r
+# Set-up icons for files/folders in terminal
+alias ls='eza -a --icons'
+alias ll='eza -al --icons'
+alias lt='eza -a --tree --level=1 --icons'
+
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
source <(fzf --zsh)
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
-setopt appendhistory
\ No newline at end of file
+setopt appendhistory
diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh
index abf4781..fe1389a 100755
--- a/install-scripts/00-hypr-pkgs.sh
+++ b/install-scripts/00-hypr-pkgs.sh
@@ -59,6 +59,7 @@ brightnessctl
btop
cava
eog
+eza
fastfetch
gnome-system-monitor
mousepad