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 ~ . +