diff --git a/libs/configs/zsh.yaml b/libs/configs/zsh.yaml index bb47f4e..28b653d 100644 --- a/libs/configs/zsh.yaml +++ b/libs/configs/zsh.yaml @@ -6,3 +6,11 @@ glob: true force: false path: zsh/custom/* + ~/.oh-my-zsh/custom/plugins/: + glob: true + force: false + path: zsh/custom/plugins/* + ~/.oh-my-zsh/custom/themes/: + glob: true + force: false + path: zsh/custom/themes/*