diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-09-06 13:58:44 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-09-06 13:58:44 +0200 |
| commit | 11858069417646895f1fa8a13d37edbcc2f28c19 (patch) | |
| tree | f9b83128401964f70a11dff631caa36e7277af3c /install.sh | |
| parent | 99f78178964d12e3a8ae6cc4aebf894320e562df (diff) | |
| download | dotfiles-11858069417646895f1fa8a13d37edbcc2f28c19.tar.gz dotfiles-11858069417646895f1fa8a13d37edbcc2f28c19.zip | |
Better message at the end of install.sh execution
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
