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