mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
fix install from my github
This commit is contained in:
parent
624d046ed2
commit
7d176be96a
2 changed files with 3 additions and 3 deletions
|
|
@ -25,11 +25,11 @@ Oh My Zsh is installed by running one of the following commands in your terminal
|
||||||
|
|
||||||
#### via curl
|
#### via curl
|
||||||
|
|
||||||
`sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`
|
`sh -c "$(curl -fsSL https://raw.github.com/lovvvve/oh-my-zsh/master/tools/install.sh)"`
|
||||||
|
|
||||||
#### via wget
|
#### via wget
|
||||||
|
|
||||||
`sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"`
|
`sh -c "$(wget https://raw.github.com/lovvvve/oh-my-zsh/master/tools/install.sh -O -)"`
|
||||||
|
|
||||||
## Using Oh My Zsh
|
## Using Oh My Zsh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ if [ -d "$ZSH" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "\033[0;34mCloning Oh My Zsh...\033[0m"
|
echo "\033[0;34mCloning Oh My Zsh...\033[0m"
|
||||||
hash git >/dev/null 2>&1 && env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || {
|
hash git >/dev/null 2>&1 && env git clone --depth=1 https://github.com/lovvvve/oh-my-zsh.git $ZSH || {
|
||||||
echo "git not installed"
|
echo "git not installed"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue