all repos — nixfiles @ 34d481438d7fb8d1a54d841f7cf3b0a7ecbf1c96

System and user configuration, managed by nix and home-manager

Add stow wrapper Allows me the freedom to clone the repository anywhere

Alan Pearce
commit

34d481438d7fb8d1a54d841f7cf3b0a7ecbf1c96

parent

1a360328fd32df556f653032bd79f7d8a012df1e

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
A stow
@@ -0,0 +1,2 @@
+#!/bin/sh +stow --target="$HOME" "$@"