mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
README.md: Manual Installation: Clone the repository same as the tools/install.sh script.
This commit is contained in:
parent
a7e30b26ba
commit
9ac5b70a88
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export ZSH="$HOME/.dotfiles/oh-my-zsh"; sh -c "$(curl -fsSL https://raw.githubus
|
|||
##### 1. Clone the repository:
|
||||
|
||||
```shell
|
||||
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||
git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||
```
|
||||
|
||||
##### 2. *Optionally*, backup your existing `~/.zshrc` file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue