mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Updating README with reference to auto-installer
This commit is contained in:
parent
71769107db
commit
43fd24e81f
2 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,13 @@ bq. "OH MY ZSHELL!"
|
|||
|
||||
h2. Setup
|
||||
|
||||
h3. The automatic installer... (do you trust me?)
|
||||
|
||||
@wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
|
||||
|
||||
h3. The manual way
|
||||
|
||||
|
||||
1. Clone the repository
|
||||
|
||||
@git clone git://github.com/robbyrussell/oh-my-zsh.git@
|
||||
|
|
2
zshrc
2
zshrc
|
@ -1,5 +1,5 @@
|
|||
# Path to your oh-my-zsh configuration.
|
||||
export ZSH=$HOME/oh-my-zsh
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
||||
# TIP: Add files you don't want in git to .gitignore
|
||||
|
|
Loading…
Reference in a new issue