feat: add packer to .chezmoiexternal.yaml

This commit is contained in:
winston 2022-07-31 04:48:46 +02:00
parent def57a68fc
commit 2264ded226
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -5,6 +5,12 @@
url: "https://raw.githubusercontent.com/zsh-users/antigen/master/bin/antigen.zsh" url: "https://raw.githubusercontent.com/zsh-users/antigen/master/bin/antigen.zsh"
refreshPeriod: 168h refreshPeriod: 168h
# neovim packer
.local/share/nvim/site/pack/packer/start/packer.nvim:
type: git-repo
url: "https://github.com/wbthomason/packer.nvim"
refreshPeriod: 168h
# tmux plugin manager # tmux plugin manager
.config/tmux/plugins/tpm: .config/tmux/plugins/tpm:
type: git-repo type: git-repo