dotfiles/home/.chezmoiexternal.yaml

39 lines
973 B
YAML
Raw Normal View History

2023-02-15 13:01:02 -06:00
.dotfiles/plugins/base16:
rereshPeriod: 168h
type: git-repo
url: https://github.com/chriskempson/base16-shell.git
2023-02-15 13:01:02 -06:00
.dotfiles/plugins/zsh-defer:
rereshPeriod: 168h
type: git-repo
url: https://github.com/romkatv/zsh-defer.git
2023-02-15 13:01:02 -06:00
.dotfiles/plugins/zsh-syntax-highlighting:
rereshPeriod: 168h
type: git-repo
url: https://github.com/zsh-users/zsh-syntax-highlighting.git
2023-02-15 13:01:02 -06:00
.dotfiles/plugins/fzf-tab:
rereshPeriod: 168h
type: git-repo
url: https://github.com/Aloxaf/fzf-tab.git
2023-02-15 13:01:02 -06:00
.dotfiles/plugins/oh-my-zsh:
type: archive
url: https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz
stripComponents: 2
refreshPeriod: 168h
include:
2023-02-15 13:01:02 -06:00
- "*/{clipboard,completion}.zsh"
- "*/plugins/{dotenv,extract}/**"
2023-02-15 13:01:02 -06:00
.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"