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