From a9a689caa5b90358729fd133d3899451feaf807d Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 20 Feb 2023 12:57:40 -0600 Subject: [PATCH] remove old plugins --- home/.chezmoiexternal.yaml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 home/.chezmoiexternal.yaml 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"