diff --git a/configure b/configure index 058afb8..5f647cd 100755 --- a/configure +++ b/configure @@ -23,6 +23,10 @@ case $1 in stow -v emacs exit 0 ;; + "scripts" ) + stow -v scripts + exit 0 + ;; * ) echo "$1 cannot be installed…" exit 1