diff options
author | A Farzat <a@farzat.xyz> | 2024-10-04 15:19:07 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-17 02:19:19 +0900 |
commit | 6a7569770ae76a1b984b907c88b52738f09bc75b (patch) | |
tree | 1345b046d6be98d72c2ffd7119b9b8ca80d52e4c | |
parent | 46c2b0e257e99994b5fb0f8455ea4b8a34ec39df (diff) | |
download | dotfiles-6a7569770ae76a1b984b907c88b52738f09bc75b.tar.gz dotfiles-6a7569770ae76a1b984b907c88b52738f09bc75b.zip |
Add zsh configurations
m--------- | .config/zsh | 0 | ||||
-rw-r--r-- | .gitmodules | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh b/.config/zsh new file mode 160000 +Subproject fd948fdba30f2fa82875884ec710c5cb6735abf diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9ef8a8b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/zsh"] + path = .config/zsh + url = https://cgit.farzat.xyz/dotfiles/zsh |