From 11858069417646895f1fa8a13d37edbcc2f28c19 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 6 Sep 2019 13:58:44 +0200 Subject: Better message at the end of install.sh execution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.3