...
|
...
|
@@ -13,13 +13,13 @@ h3. The manual way
|
13
|
13
|
|
14
|
14
|
1. Clone the repository
|
15
|
15
|
|
16
|
|
- @git clone git://github.com/robbyrussell/oh-my-zsh.git@
|
|
16
|
+ @git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
|
17
|
17
|
|
18
|
18
|
2. Symlink the zsh config with:
|
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
|
+ @ln -s ~/.oh-my-zsh/zshrc ~/.zshrc@
|
23
|
23
|
|
24
|
24
|
3. Set zsh as your default shell:
|
25
|
25
|
|