diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-08 19:22:42 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-08 19:22:42 +0100 |
commit | fcc05b650e4feb9efc6d2d309ab52e03f9632a90 (patch) | |
tree | bb3cd3a07d3410f389e9039ae8fb1e6473606227 /install_with_stow.sh | |
parent | 39ad0e6cf9ed895b88041f8babe59506178a6fcb (diff) |
Improve packaging, even if we didn't improve pandoc
Diffstat (limited to 'install_with_stow.sh')
-rw-r--r-- | install_with_stow.sh | 7 |
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 |