From 59bdb3b25be2d8d59f5498d9e9e05733724b449f Mon Sep 17 00:00:00 2001 From: linsilence Date: Mon, 10 Jun 2019 18:19:01 +0800 Subject: [PATCH] change to my install path --- README.md | 14 ++++++++++++++ tools/install.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3924c3a92..213193c35 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# oh my zsh + +## Install + +1. require `zsh curl git` + +1. oh-my-zsh + +```bash +sh -c "$(curl -fsSL https://raw.githubusercontent.com/snakewarhead/oh-my-zsh/master/tools/install.sh)" +``` + +--- +

Oh My Zsh

diff --git a/tools/install.sh b/tools/install.sh index 17b70bfea..6c709aa0a 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -33,7 +33,7 @@ set -e # Default settings ZSH=${ZSH:-~/.oh-my-zsh} -REPO=${REPO:-robbyrussell/oh-my-zsh} +REPO=${REPO:-snakewarhead/oh-my-zsh} REMOTE=${REMOTE:-https://github.com/${REPO}.git} BRANCH=${BRANCH:-master}