summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index e702b37..2abf996 100644
--- a/install.sh
+++ b/install.sh
@@ -24,6 +24,9 @@ done
if [ ! -d "$HOME/.scripts" ]; then
mkdir $HOME/.scripts
fi
+if [ ! -d "$HOME/.scripts/files" ]; then
+ mkdir $HOME/.scripts/files
+fi
for i in $(ls -A ./.scripts); do
ln -s $PWD/.scripts/$i $HOME/.scripts/$i