summary refs log tree commit diff stats
path: root/stow
diff options
context:
space:
mode:
authorAlan Pearce2017-04-12 14:44:35 +0200
committerAlan Pearce2017-04-12 14:44:35 +0200
commit34d481438d7fb8d1a54d841f7cf3b0a7ecbf1c96 (patch)
tree2a9dc16736e1795af0bb2f58a00c5b2074553e2f /stow
parent1a360328fd32df556f653032bd79f7d8a012df1e (diff)
downloaddotfiles-34d481438d7fb8d1a54d841f7cf3b0a7ecbf1c96.tar.lz
dotfiles-34d481438d7fb8d1a54d841f7cf3b0a7ecbf1c96.tar.zst
dotfiles-34d481438d7fb8d1a54d841f7cf3b0a7ecbf1c96.zip
Add stow wrapper
Allows me the freedom to clone the repository anywhere
Diffstat (limited to 'stow')
-rwxr-xr-xstow2
1 files changed, 2 insertions, 0 deletions
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