From 0a63704b0ded066b02a33e1f36c645934d3bfc31 Mon Sep 17 00:00:00 2001 From: chxuan <787280310@qq.com> Date: Sat, 26 Aug 2017 23:40:39 +0800 Subject: [PATCH] update install sh --- install.sh | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b04186c..40254a2 100755 --- a/install.sh +++ b/install.sh @@ -70,5 +70,18 @@ sudo ./install.py --clang-completer cd ~ sudo chown -R "$USER":"$USER" ~/.vim -echo "Just enjoy it!" - +COLOR="$(tput setaf 6)" +NORMAL="$(tput sgr0)" +printf "${COLOR}" +echo ' __ __ ' +echo '__ __/_/___ ___ ____ / /_ _______ ' +echo '\ \ / / / __ `__ \ / __ \/ / / / / ___/ ' +echo ' \ V / / / / / / / / /_/ / / /_/ (__ ) ' +echo ' \_/_/_/ /_/ /_/ / ,___/_/\____/____/ ' +echo ' /_/ ...is now installed!' +echo '' +echo '' +echo 'Just enjoy it!' +echo 'p.s. Follow me at https://github.com/chxuan.' +echo '' +printf "${NORMAL}"