aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/.scripts/init-latex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.scripts/init-latex.sh')
-rwxr-xr-xscripts/.scripts/init-latex.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/.scripts/init-latex.sh b/scripts/.scripts/init-latex.sh
deleted file mode 100755
index 7b8125e..0000000
--- a/scripts/.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 .