dotfiles/.chezmoiexternal.toml

25 lines
758 B
TOML
Raw Normal View History

[".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
2024-01-25 13:53:12 +01:00
refreshPeriod = "168h"
2024-01-25 13:38:55 +01:00
[".config/nvim"]
type = "archive"
2024-08-03 10:47:37 +02:00
url = "https://github.com/AstroNvim/template/archive/refs/heads/main.zip"
2024-01-25 13:38:55 +01:00
exact = true
stripComponents = 1
2024-01-25 13:53:12 +01:00
refreshPeriod = "168h"