From 34d481438d7fb8d1a54d841f7cf3b0a7ecbf1c96 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 12 Apr 2017 14:44:35 +0200 Subject: Add stow wrapper Allows me the freedom to clone the repository anywhere --- stow | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 stow (limited to 'stow') diff --git a/stow b/stow new file mode 100755 index 0000000..c708e49 --- /dev/null +++ b/stow @@ -0,0 +1,2 @@ +#!/bin/sh +stow --target="$HOME" "$@" \ No newline at end of file -- cgit 1.4.1