aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-10-13 14:10:05 -0500
committerToby Vincent <tobyv13@gmail.com>2021-10-13 14:10:05 -0500
commitd8e7356f57ba420dd9708f4c1051703ec117e187 (patch)
tree044b0edc491c28056c1308431e482d12bae5f1c5 /scripts
parent3fb4cb5696ec9ab4ccb94ba1e5f36f865bc79d41 (diff)
refactor: moved latex files to github gist
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/latex-init.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/latex-init.sh b/scripts/latex-init.sh
new file mode 100755
index 0000000..7b8125e
--- /dev/null
+++ b/scripts/latex-init.sh
@@ -0,0 +1,11 @@
+#!/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 .