From 9647c165b16dbfdfa8776f75c285d28d09eabc83 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Sat, 13 Jan 2018 22:52:08 +0000 Subject: [PATCH] add final message --- setup-env.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/setup-env.sh b/setup-env.sh index 82dd93f..766175c 100755 --- a/setup-env.sh +++ b/setup-env.sh @@ -8,10 +8,8 @@ sudo apt install zsh \ echo "Enter root password:" read -s password # Setup oh-my-zsh -echo "#######################################" wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh && chmod +x install.sh && echo "$password" | ./install.sh && \ -echo "DAAAAAAAAAAAA#######################################" # Setup config files cp .zshrc ~/ && \ cp .bash_aliases ~/ && \ @@ -40,3 +38,14 @@ sudo pip install --upgrade pip && \ sudo pip install virtualenvwrapper source ~/.zshrc +echo ' + + + ___ _ _ ___ ___ ___ ___ ___ + / __| | | |/ __/ __/ _ \/ __/ __| + \__ \ |_| | (_| (_| __/\__ \__ \ + |___/\__,_|\___\___\___||___/___/ + + +' +echo 'Restart your shell to apply changes'