dotfiles/.chezmoiexternal.toml

24 lines
758 B
TOML

[".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
refreshPeriod = "168h"
[".config/nvim"]
type = "archive"
url = "https://github.com/AstroNvim/template/archive/refs/heads/main.zip"
exact = true
stripComponents = 1
refreshPeriod = "168h"