diff options
author | A Farzat <a@farzat.xyz> | 2024-11-05 07:42:55 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-13 07:42:55 +0900 |
commit | cb5affa0e11c200f175e26ced4f2866aa916d2c9 (patch) | |
tree | 157d2d413b3e1090fecb9aeb06cd51b49040a2c9 /.gitmodules | |
parent | 6afb1f1eec5a8254635773f952fb6494f35a1933 (diff) | |
download | dotfiles-cb5affa0e11c200f175e26ced4f2866aa916d2c9.tar.gz dotfiles-cb5affa0e11c200f175e26ced4f2866aa916d2c9.zip |
Remove zsh submodule
Zsh config will be included as bare files instead of a submodule. The
zsh config repo will still exist, but the content will be used by yadm
without the repo itself.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index d7f0b0e..fd0f9d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule ".config/zsh"] - path = .config/zsh - url = https://cgit.farzat.xyz/dotfiles/zsh [submodule ".config/nvim"] path = .config/nvim url = https://cgit.farzat.xyz/dotfiles/nvim |