From c69fb12c587f8cafb6d87647668bd1841c6c389a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Tue, 26 Dec 2023 00:55:43 +0300 Subject: [PATCH] Add zsh config --- .config/zsh | 1 + .gitmodules | 4 ++++ 2 files changed, 5 insertions(+) create mode 160000 .config/zsh diff --git a/.config/zsh b/.config/zsh new file mode 160000 index 0000000..7f99902 --- /dev/null +++ b/.config/zsh @@ -0,0 +1 @@ +Subproject commit 7f999024a5bbfaf0bdf7a4e493a3658db5b97ee2 diff --git a/.gitmodules b/.gitmodules index 9b87f86..620fc4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ path = .config/nvim url = https://github.com/sahinakkaya/nvim-config.git branch = linux +[submodule ".config/zsh"] + path = .config/zsh + url = https://github.com/sahinakkaya/zsh.git + branch = linux