aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e551236..2ef8b1f 100755
--- a/install.sh
+++ b/install.sh
@@ -88,4 +88,8 @@ cp gcompletion.sh "${HOME:?}/.gcompletion.sh"
popd
echo ""
-echo "Note: you still need to install https://github.com/mssola/soria.git"
+if [ -e "${HOME:?}/.emacs.d/soria-theme.el" ]; then
+ echo "You are all set. Enjoy!"
+else
+ echo "Note: you still need to install https://github.com/mssola/soria.git"
+fi