remove old plugins

This commit is contained in:
Daylin Morgan 2023-02-20 12:57:40 -06:00
parent 95f20a9ae3
commit a9a689caa5

View file

@ -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"