diff --git a/home/.chezmoiexternal.yaml b/home/.chezmoiexternal.yaml deleted file mode 100644 index f963c50..0000000 --- a/home/.chezmoiexternal.yaml +++ /dev/null @@ -1,38 +0,0 @@ -.dotfiles/plugins/base16: - rereshPeriod: 168h - type: git-repo - url: https://github.com/chriskempson/base16-shell.git - -.dotfiles/plugins/zsh-defer: - rereshPeriod: 168h - type: git-repo - url: https://github.com/romkatv/zsh-defer.git - -.dotfiles/plugins/zsh-syntax-highlighting: - rereshPeriod: 168h - type: git-repo - url: https://github.com/zsh-users/zsh-syntax-highlighting.git - -.dotfiles/plugins/fzf-tab: - rereshPeriod: 168h - type: git-repo - url: https://github.com/Aloxaf/fzf-tab.git - -.dotfiles/plugins/oh-my-zsh: - type: archive - url: https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz - stripComponents: 2 - refreshPeriod: 168h - include: - - "*/{clipboard,completion}.zsh" - - "*/plugins/{dotenv,extract}/**" - -.dotfiles/plugins/fzf: - type: archive - # type: git-repo - url: https://github.com/junegunn/fzf/archive/master.tar.gz - # url: https://github.com/junegunn/fzf.git - refreshPeriod: 168h - stripComponents: 2 - include: - - "*/shell/*.zsh"