add .chezmoiexternal.toml for automatic download git repositorys
This commit is contained in:
parent
b5c9d981db
commit
2890164f67
1 changed files with 17 additions and 0 deletions
17
.chezmoiexternal.toml
Normal file
17
.chezmoiexternal.toml
Normal 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
|
Loading…
Reference in a new issue