diff --git a/.config/wofi/config b/.config/wofi/config
index 4bb18ae..3698ed3 100644
--- a/.config/wofi/config
+++ b/.config/wofi/config
@@ -9,5 +9,4 @@ columns=1
no_actions=true
hide_scroll=true
width=800
-height=475
-style = /home/rionzaphkiel/.config/wofi/style.css
\ No newline at end of file
+height=475
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index a5dfbd2..e69de29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +0,0 @@
-# Ignore all images by default
-
-images/*
\ No newline at end of file
diff --git a/README.md b/README.md
index 4e42ad4..3727e07 100644
--- a/README.md
+++ b/README.md
@@ -720,6 +720,7 @@ Quick setup instructions:
3. **Symlink the scripts**
```bash
+ mkdir -p ~/.local/bin
ln -s ~/.rion-dotfiles/.script/* ~/.local/bin
```
4. **Make scripts executable**
diff --git a/TUTORIAL.md b/TUTORIAL.md
new file mode 100644
index 0000000..f944f18
--- /dev/null
+++ b/TUTORIAL.md
@@ -0,0 +1,138 @@
+
+
+[](https://git.io/typing-svg)
+
+
+
+# Video Tutorial (Available Soon)
+
+
+
+How to setup My Fedora Linux dotfiles for a Hyprland-looks in **GNOME**.
+
+**ENJOY!**
+
+-Rion Zaphkiel
+
+---
+
+## Improving Your Terminal
+##### zsh
+
+###### Installation
+
+```bash
+sudo dnf install zsh
+
+```
+
+##### oh-my-zsh
+
+###### Installation
+
+```bash
+sudo dnf install curl
+sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
+```
+
+###### Fonts
+- Firamono Nerd Font
+> https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FiraMono.zip
+- Other Nerd Font
+> https://www.nerdfonts.com/
+
+###### Theme
+- powerlevel10k
+```bash
+git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
+```
+- Other Default Theme
+> https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
+
+###### Plugins
+- zsh-autosuggestions
+```bash
+git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
+```
+- zsh-syntax-highlighting
+```bash
+git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
+```
+- other plugins
+> https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
+
+##### wezterm
+###### Installation
+```bash
+sudo dnf copr enable wezfurlong/wezterm-nightly
+sudo dnf install wezterm
+```
+
+## Installing the Essential Applications
+##### Wofi
+###### Installation
+```bash
+sudo dnf install wofi
+```
+##### Wlogout
+###### Installation
+```bash
+sudo dnf install wlogout
+```
+##### BetterDiscord
+###### Installation
+- Discord
+```bash
+sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
+sudo dnf install discord
+```
+
+- BetterDiscord
+```bash
+sudo dnf copr enable observeroftime/betterdiscordctl
+sudo dnf install betterdiscordctl
+betterdiscordctl install ## Adjust it to your flavor
+```
+
+## Installing GNOME Extensions
+- [Blur My Shell](https://extensions.gnome.org/extension/3193/blur-my-shell/)
+
+- [Clipboard Indicator](https://extensions.gnome.org/extension/779/clipboard-indicator/)
+
+- [Forge](https://extensions.gnome.org/extension/4481/forge/)
+
+- [Just Perfection](https://extensions.gnome.org/extension/3843/just-perfection/)
+
+- [Media Control](https://extensions.gnome.org/extension/4470/media-controls/)
+
+- [Open Bar](https://extensions.gnome.org/extension/6580/open-bar/)
+
+- [Quick Settings Tweaks](https://extensions.gnome.org/extension/5446/quick-settings-tweaker/)
+
+- [System Monitor](https://extensions.gnome.org/extension/1064/system-monitor/)
+
+- [Unblank Lock Screen](https://extensions.gnome.org/extension/1414/unblank/)
+
+- [Workspace Indicator](https://extensions.gnome.org/extension/21/workspace-indicator/)
+
+- [Move Workspace Indicator](https://extensions.gnome.org/extension/7917/move-workspace-indicator/)
+
+
+
+[](https://git.io/typing-svg)
+
+
+
+
diff --git a/images/endfield/cbt.png b/images/endfield/cbt.png
new file mode 100644
index 0000000..41bc145
Binary files /dev/null and b/images/endfield/cbt.png differ
diff --git a/images/endfield/lort_haimao.jpg b/images/endfield/lort_haimao.jpg
new file mode 100644
index 0000000..9aeb577
Binary files /dev/null and b/images/endfield/lort_haimao.jpg differ