From 2404c3059603af8b81931e43b7d87f40d4d91952 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 25 Mar 2019 14:08:37 +0100 Subject: [PATCH] install script: detect existing install dir --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 5a0a02a..293f960 100644 --- a/install.sh +++ b/install.sh @@ -4,6 +4,8 @@ BASE=$HOME/.dotfiles if [ ! -d "$BASE" ]; then git clone https://github.com/sundowndev/dotfiles $BASE +else + echo "dotfiles already installed" fi # links