... | ... |
@@ -6,11 +6,17 @@ h2. Setup |
6 | 6 |
|
7 | 7 |
1. Clone the repository |
8 | 8 |
|
9 |
-@git clone git://github.com/robbyrussell/oh-my-zsh.git@ |
|
9 |
+ @git clone git://github.com/robbyrussell/oh-my-zsh.git@ |
|
10 | 10 |
|
11 |
-2. Symlink the zsh config with: @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@ |
|
11 |
+2. Symlink the zsh config with: |
|
12 | 12 |
|
13 |
-3. Start / restart zsh (open a new terminal is easy enough..) |
|
13 |
+ @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@ |
|
14 |
+ |
|
15 |
+3. Set zsh as your default shell: |
|
16 |
+ |
|
17 |
+ @chsh -s /bin/zsh@ |
|
18 |
+ |
|
19 |
+4. Start / restart zsh (open a new terminal is easy enough..) |
|
14 | 20 |
|
15 | 21 |
h3. Problems? |
16 | 22 |
|