aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-09-06 13:58:44 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-09-06 13:58:44 +0200
commit11858069417646895f1fa8a13d37edbcc2f28c19 (patch)
treef9b83128401964f70a11dff631caa36e7277af3c
parent99f78178964d12e3a8ae6cc4aebf894320e562df (diff)
downloaddotfiles-11858069417646895f1fa8a13d37edbcc2f28c19.tar.gz
dotfiles-11858069417646895f1fa8a13d37edbcc2f28c19.zip
Better message at the end of install.sh execution
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-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