2024-09-21 16:42:19 +00:00
|
|
|
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiexternal-format/
|
|
|
|
#
|
|
|
|
# type string none External type (file, archive, archive-file, or git-repo)
|
|
|
|
# refreshPeriod duration 0 Refresh period (Examples: one day (24h), one week (168h), or four weeks (672h))
|
|
|
|
|
2024-09-19 04:31:48 +00:00
|
|
|
".config/sz.env/lib/ble.sh.curl":
|
|
|
|
type: "archive"
|
|
|
|
url: "https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly.tar.xz"
|
|
|
|
refreshPeriod: "168h"
|
|
|
|
|
2024-09-21 16:42:19 +00:00
|
|
|
".config/sz.env/lib/bash-preexec/bash-preexec.sh":
|
|
|
|
type: "file"
|
|
|
|
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
|
|
|
refreshPeriod: "168h"
|
|
|
|
|
|
|
|
".cache/chezmoi/tmp/zellij":
|
|
|
|
type: "archive"
|
|
|
|
url: "https://github.com/zellij-org/zellij/releases/download/v0.40.1/zellij-x86_64-unknown-linux-musl.tar.gz"
|
|
|
|
refreshPeriod: "168h"
|
|
|
|
|