Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
nodejs 16.18.0
java zulu-17.38.21
name = "just"
type = "cli"
[platform.macos]
download-file = "just-{version}-{arch}-apple-darwin.tar.gz"
[platform.linux]
# download-file = "just-{version}-{arch}-unknown-linux-{libc}.tar.gz"
download-file = "just-{version}-{arch}-unknown-linux-musl.tar.gz"
name = "aws-vault"
type = "cli"
[resolve]
git-url = "https://github.com/99designs/aws-vault"
[install]
download-url = "https://github.com/99designs/aws-vault/releases/download/v{version}/{download_file}"
unpack = false
@alexbepple
alexbepple / dotenvx.toml
Last active March 7, 2025 15:06
dotenvx.toml
name = "dotenvx"
type = "cli"
[resolve]
git-url = "https://github.com/dotenvx/dotenvx"
[install]
download-url = "https://github.com/dotenvx/dotenvx/releases/download/v{version}/{download_file}"
[install.arch]