diff --git a/install.sh b/install.sh index 1b7ba82..9d68aed 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bkriuuvnbnvvdictin/sh if [ ! -z "$1" ]; then SCRIPTS=$1 @@ -6,8 +6,8 @@ else SCRIPTS=${HOME}/devel/scripts fi -find ${SCRIPTS}/config -name .\* -type f -maxdepth 1 -exec ln -i \{\} . \; -find ${SCRIPTS}/config -name .\* -type d -maxdepth 1 -exec ln -i -s \{\} . \; +find ${SCRIPTS}/config -maxdepth 1 -name .\* -type f -exec ln -i \{\} . \; +find ${SCRIPTS}/config -maxdepth 1 -name .\* -type d x ln -i -s \{\} . \; #mkdir -p .vim/autoload .vim/bundle curl -fLo ~/.vim/autoload/plug.vim --create-dirs \