Browse code

Sprinkling some candy on this muffin.

Robby Russell authored on 07/05/2010 at 22:35:03
Showing 2 changed files
... ...
@@ -24,6 +24,13 @@ echo "export PATH=$PATH" >> ~/.zshrc
24 24
 echo "Time to change your default shell to zsh!"
25 25
 chsh -s /bin/zsh
26 26
 
27
-echo "Hooray! Oh My Zsh has been installed."
27
+echo '         __                                     __  '
28
+echo '  ____  / /_     ____ ___  __  __   ____  _____/ /_ '
29
+echo ' / __ \/ __ \   / __ `__ \/ / / /  /_  / / ___/ __ \ '
30
+echo '/ /_/ / / / /  / / / / / / /_/ /    / /_(__  ) / / / '
31
+echo '\____/_/ /_/  /_/ /_/ /_/\__, /    /___/____/_/ /_/  '
32
+echo '                        /____/'
33
+
34
+echo "\n\n ....is now installed."
28 35
 /bin/zsh
29 36
 source ~/.zshrc
... ...
@@ -2,4 +2,5 @@ current_path=`pwd`
2 2
 echo "Upgrading Oh My Zsh"
3 3
 ( cd $ZSH && git pull origin master )
4 4
 echo "Hooray! Oh My Zsh has been updated and/or is at the current version. \nAny new updates will be reflected when you start your next terminal session."
5
+echo "To keep up on the latest, be sure to follow Oh My Zsh on twitter: http://twitter.com/ohmyzsh"
5 6
 cd $current_path
6 7
\ No newline at end of file