From fb881bc715e40e0563714579338c33be31cbad95 Mon Sep 17 00:00:00 2001 From: servostar Date: Sun, 24 Nov 2024 14:39:47 +0100 Subject: [PATCH] ops: add script to run stow --- run-stow.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run-stow.sh diff --git a/run-stow.sh b/run-stow.sh new file mode 100755 index 0000000..822694d --- /dev/null +++ b/run-stow.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Create symbolic links into the home directory +stow -v -R -t ~ . +