diff --git a/README.md b/README.md
index bea2498..da170b5 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,10 @@
## SHOW OFF
https://github.com/JaKooLit/Debian-Hyprland/assets/85185940/66ccc81c-5e8e-4f6e-921d-68f063b2a3f4
-
-### ♨️♨️♨️ FOR UBUNTU 24.04 LTS
+> [!NOTE]
+> For Ubuntu 24.04 Noble Numbat users, click the link below
- It will take you to specific branch of this repo
diff --git a/assets/.zshrc b/assets/.zshrc
index 29034e1..5f74178 100644
--- a/assets/.zshrc
+++ b/assets/.zshrc
@@ -19,16 +19,3 @@ source $ZSH/oh-my-zsh.sh
#pokemon-colorscripts --no-title -s -r
-### From this line is for pywal-colors
-# Import colorscheme from 'wal' asynchronously
-# & # Run the process in the background.
-# ( ) # Hide shell job control messages.
-# Not supported in the "fish" shell.
-#(cat ~/.cache/wal/sequences &)
-
-# Alternative (blocks terminal for 0-3ms)
-#cat ~/.cache/wal/sequences
-
-# To add support for TTYs this line can be optionally added.
-#source ~/.cache/wal/colors-tty.sh
-
diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh
index dc0a665..aeed518 100755
--- a/install-scripts/zsh.sh
+++ b/install-scripts/zsh.sh
@@ -3,7 +3,8 @@
# Zsh and Oh my Zsh + Optional Pokemon ColorScripts#
zsh=(
-zsh
+zsh
+zplug
)
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##