From fcc05b650e4feb9efc6d2d309ab52e03f9632a90 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 8 Jan 2025 19:22:42 +0100 Subject: Improve packaging, even if we didn't improve pandoc --- install_with_stow.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install_with_stow.sh (limited to 'install_with_stow.sh') 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 -- cgit v1.2.3