Skip to content

Commit

Permalink
Sprinkling some candy on this muffin.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed May 7, 2010
1 parent 456834b commit 5a3bde7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/install.sh
Expand Up @@ -24,6 +24,13 @@ echo "export PATH=$PATH" >> ~/.zshrc
echo "Time to change your default shell to zsh!"
chsh -s /bin/zsh

echo "Hooray! Oh My Zsh has been installed."
echo ' __ __ '
echo ' ____ / /_ ____ ___ __ __ ____ _____/ /_ '
echo ' / __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \ '
echo '/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / / '
echo '\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '
echo ' /____/'

echo "\n\n ....is now installed."
/bin/zsh
source ~/.zshrc
1 change: 1 addition & 0 deletions tools/upgrade.sh
Expand Up @@ -2,4 +2,5 @@ current_path=`pwd`
echo "Upgrading Oh My Zsh"
( cd $ZSH && git pull origin master )
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."
echo "To keep up on the latest, be sure to follow Oh My Zsh on twitter: http://twitter.com/ohmyzsh"
cd $current_path

0 comments on commit 5a3bde7

Please sign in to comment.