install.fairie/home/dot_local/bin/executable_gist.tmpl

6 lines
360 B
Cheetah
Raw Normal View History

2023-03-20 06:38:30 +00:00
#!/usr/bin/env bash
2023-06-19 03:32:33 +00:00
echo "{{ if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "NPM_TOKEN")) }}{{ includeTemplate "secrets/NPM_TOKEN" | decrypt | trim }}{{ else if (env "NPM_TOKEN") }}{{ env "NPM_TOKEN" }}{{ else }}${GITHUB_GIST_TOKEN}{{ end }}" > ~/.gist
2023-03-20 06:38:30 +00:00
gist $*
rm -f ~/.gist