dotfiles/.chezmoiexternal.toml

18 lines
740 B
TOML

[".config/zsh/antidote"]
type = "archive"
url = "https://github.com/mattmc3/antidote/archive/refs/tags/v1.9.6.zip"
"checksum.sha256" = "sha256-d4eodIuz+DUCBNfIF6eC28PTgVhHYxRK1GAROvJ9DbI="
stripComponents = 1
# If we were pointing to main/master, it would make sense updating occasionally (e.g. weekly):
# refreshPeriod = "168h"
[".config/zellij/themes"]
type = "archive"
url = "https://github.com/zellij-org/zellij/archive/refs/tags/v0.40.0.zip"
"checksum.sha256" = "sha256-1GtkVgfIJUQYKhxXL94JogzHS2NSqVeQSpLEtwD8X4U="
include = ["*/zellij-utils/assets/themes/*.kdl"]
stripComponents = 4
[".config/bash/completions/git-prompt.sh"]
type = "file"
url = "https://raw.githubusercontent.com/git/git/v2.45.2/contrib/completion/git-prompt.sh"