...
|
...
|
@@ -15,11 +15,11 @@ h3. The manual way
|
15
|
15
|
|
16
|
16
|
@git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
|
17
|
17
|
|
18
|
|
-2. Symlink the zsh config with:
|
|
18
|
+2. Create a new zsh config by copying the zsh template we've provided.
|
19
|
19
|
|
20
|
20
|
*NOTE*: If you already have a ~/.zshrc file, you should back it up. @cp ~/.zshrc ~/.zshrc.orig@ in case you want to go back to your original settings.
|
21
|
21
|
|
22
|
|
- @ln -s ~/.oh-my-zsh/zshrc ~/.zshrc@
|
|
22
|
+ @cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
|
23
|
23
|
|
24
|
24
|
3. Set zsh as your default shell:
|
25
|
25
|
|