#!/bin/sh set -eu archive="$(mktemp)" trap 'rm -f "$archive"' EXIT HUP INT TERM curl -fsSL \ "https://raw.githubusercontent.com/mkvlrn/secrets/main/secrets.tar.age" \ -o "$archive" age -d "$archive" | tar -C "$HOME" -xf -