summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 0000000..4458ed1
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# Create directory
+mkdir -p ~/.pandoc/templates
+
+# Link at ./pandoc
+stow -Rt ~/.pandoc/templates -d pandoc templates