dotfiles/.chezmoiexternal.toml

23 lines
699 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:38:55 +01:00
[".config/nvim"]
type = "archive"
url = "https://github.com/AstroNvim/AstroNvim/archive/master.tar.gz"
exact = true
stripComponents = 1