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