From e35058134987090ed9e8ad11c2c73f1835c63b89 Mon Sep 17 00:00:00 2001 From: michaelmass <10071388+michaelmass@users.noreply.github.com> Date: Wed, 13 May 2026 00:23:45 -0400 Subject: [PATCH] update --- infisical/dot.yaml | 5 +++++ obs/dot.yaml | 5 +++++ wrangler/dot.yaml | 11 +++++++++++ 3 files changed, 21 insertions(+) create mode 100644 infisical/dot.yaml create mode 100644 obs/dot.yaml create mode 100644 wrangler/dot.yaml diff --git a/infisical/dot.yaml b/infisical/dot.yaml new file mode 100644 index 0000000..a879bd8 --- /dev/null +++ b/infisical/dot.yaml @@ -0,0 +1,5 @@ +windows: + installs: false + +linux|darwin: + installs: brew install infisical/get-cli/infisical diff --git a/obs/dot.yaml b/obs/dot.yaml new file mode 100644 index 0000000..4c43680 --- /dev/null +++ b/obs/dot.yaml @@ -0,0 +1,5 @@ +windows: + installs: scoop install obs-studio + +linux|darwin: + installs: brew list obs &>/dev/null || brew install --cask obs diff --git a/wrangler/dot.yaml b/wrangler/dot.yaml new file mode 100644 index 0000000..8da30a7 --- /dev/null +++ b/wrangler/dot.yaml @@ -0,0 +1,11 @@ +windows: + installs: + cmd: pnpm i -g wrangler@latest + depends: + - pnpm + +linux|darwin: + installs: + cmd: pnpm i -g wrangler@latest + depends: + - pnpm