aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/init-latex.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-25 23:38:13 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-25 23:38:13 -0500
commite6051a38a672182c7f7dfa083ca1e72b97803c94 (patch)
tree734e251bab033169399432fe1c93fc879dfab578 /scripts/init-latex.sh
parentbb375ba979dfc0c575443f8309ee52d0fd446a26 (diff)
feat: migrated to gnu stow
Diffstat (limited to 'scripts/init-latex.sh')
-rwxr-xr-xscripts/init-latex.sh11
1 files changed, 0 insertions, 11 deletions
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 .