From 95d46dd463225f25002249f6cad27dcb4249eb16 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Thu, 10 Nov 2022 05:59:35 -0500 Subject: [PATCH] Add separate script for applying git-crypted dotfiles --- apply-secret-dotfiles | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apply-secret-dotfiles diff --git a/apply-secret-dotfiles b/apply-secret-dotfiles new file mode 100644 index 0000000..0e0d441 --- /dev/null +++ b/apply-secret-dotfiles @@ -0,0 +1,5 @@ +#!/usr/bin/env nix-shell +#! nix-shell -p stow envsubst -i bash + +envsubst -i taskwarrior/.taskrc.envsubst.template -o taskwarrior/.taskrc +stow taskwarrior