add .chezmoiexternal.toml for automatic download git repositorys

This commit is contained in:
Simon Rieger 2023-12-17 23:31:59 +00:00
parent b5c9d981db
commit 2890164f67

17
.chezmoiexternal.toml Normal file
View file

@ -0,0 +1,17 @@
[".zsh/zsh-autosuggestions"]
type = "archive"
url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".zsh/zsh-syntax-highlighting"]
type = "archive"
url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".fzf"]
type = "archive"
url = "https://github.com/junegunn/fzf/archive/master.tar.gz"
exact = true
stripComponents = 1