From 26de0c1aa86c858c08d2f1504dddd6371681f64d Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 28 Nov 2025 15:04:35 -0800 Subject: [PATCH] added zsh --- .gitignore | 3 ++- zsh/oh-my-zsh | 1 + zsh/zsh_profile | 1 + zsh/zshrc | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 zsh/oh-my-zsh create mode 120000 zsh/zsh_profile create mode 120000 zsh/zshrc diff --git a/.gitignore b/.gitignore index e6f286a..a60adec 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ !waybar/ !rofi/ !wofi/ +!zsh/ !btop/** !hypr/** !ghostty/** @@ -20,7 +21,7 @@ !waybar/** !rofi/** !wofi/** - +!zsh/** # Include the directory structure itself !*/ diff --git a/zsh/oh-my-zsh b/zsh/oh-my-zsh new file mode 120000 index 0000000..fb2e043 --- /dev/null +++ b/zsh/oh-my-zsh @@ -0,0 +1 @@ +/home/saeijou/.oh-my-zsh \ No newline at end of file diff --git a/zsh/zsh_profile b/zsh/zsh_profile new file mode 120000 index 0000000..d505784 --- /dev/null +++ b/zsh/zsh_profile @@ -0,0 +1 @@ +/home/saeijou/.zsh_profile \ No newline at end of file diff --git a/zsh/zshrc b/zsh/zshrc new file mode 120000 index 0000000..50d0c55 --- /dev/null +++ b/zsh/zshrc @@ -0,0 +1 @@ +/home/saeijou/.zshrc \ No newline at end of file