diff options
author | Alan Pearce | 2017-04-12 14:44:35 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-12 14:44:35 +0200 |
commit | 34d481438d7fb8d1a54d841f7cf3b0a7ecbf1c96 (patch) | |
tree | 2a9dc16736e1795af0bb2f58a00c5b2074553e2f /stow | |
parent | 1a360328fd32df556f653032bd79f7d8a012df1e (diff) | |
download | dotfiles-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-x | stow | 2 |
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 |