mirror of https://git.xinb.cc/xinb/ohmyzsh.git
Document existing .zshrc file rename when installing
parent
baa7733f6c
commit
f6b33709b9
2
Home.md
2
Home.md
|
@ -18,6 +18,8 @@
|
|||
| **curl** | `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
|
||||
| **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
|
||||
| **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
|
||||
|
||||
**NOTE: the installer will rename an existing `.zshrc` file to `.zshrc.pre-oh-my-zsh`.**
|
||||
|
||||
## Getting started
|
||||
|
||||
|
|
Loading…
Reference in New Issue