From e6051a38a672182c7f7dfa083ca1e72b97803c94 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 25 Mar 2022 23:38:13 -0500 Subject: feat: migrated to gnu stow --- scripts/init-latex.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 scripts/init-latex.sh (limited to 'scripts/init-latex.sh') diff --git a/scripts/init-latex.sh b/scripts/init-latex.sh deleted file mode 100755 index 7b8125e..0000000 --- a/scripts/init-latex.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash - -USER="tobyvin" -GIST_ID="c94716d1106256e4ab0e27aed398a0a2" - -curl -Ls "https://gist.github.com/${USER}/${GIST_ID}/download" -o tempFile -unzip -q tempFile -rm -rf tempFile -mv "${GIST_ID}-master" styles -mv styles/template.tex "$(basename "$(pwd)").tex" -mv styles/table.tex . -- cgit v1.2.3-70-g09d2