From cb5affa0e11c200f175e26ced4f2866aa916d2c9 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 5 Nov 2024 07:42:55 +0900 Subject: 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. --- .config/zsh/.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/zsh/.gitignore (limited to '.config/zsh/.gitignore') diff --git a/.config/zsh/.gitignore b/.config/zsh/.gitignore new file mode 100644 index 0000000..bfbfff2 --- /dev/null +++ b/.config/zsh/.gitignore @@ -0,0 +1,19 @@ +### Zsh ### +# Zsh compiled script + zrecompile backup +*.zwc +*.zwc.old + +# Zsh completion-optimization dumpfile +*zcompdump* + +# Zsh zcalc history +.zcalc_history + +# zdharma/zshelldoc tool's files +zsdoc/data + +# My private per device config +*.private.zsh + +# Zsh history +/.zsh_history -- cgit v1.2.3-70-g09d2