This commit is contained in:
rallias 2013-04-12 06:15:03 -07:00
commit ac3f5372d5
2 changed files with 4 additions and 2 deletions

View file

@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`.
h4. via `curl`
@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@
@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | zsh@
h4. via `wget`
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh@
h3. The manual way

View file

@ -1,3 +1,5 @@
#!/bin/zsh
if [ -d ~/.oh-my-zsh ]
then
echo "\033[0;33mYou already have Oh My Zsh installed.\033[0m You'll need to remove ~/.oh-my-zsh if you want to install"