... | ... |
@@ -1,8 +1,14 @@ |
1 | 1 |
h2. Setup |
2 | 2 |
|
3 |
-# Clone the repository to ~/zsh |
|
4 |
-# Symlink the zsh config with: @ln -s ~/zsh/zshrc .zshrc@ |
|
5 |
-# Reload zsh (open a new terminal) |
|
3 |
+1. Clone the repository |
|
4 |
+ |
|
5 |
+@git clone git://github.com/robbyrussell/oh-my-zsh.git@ |
|
6 |
+ |
|
7 |
+2. Symlink the zsh config with: @ln -s ~/oh-my-zsh/zshrc .zshrc@ |
|
8 |
+ |
|
9 |
+3. Start / restart zsh (open a new terminal is easy enough..) |
|
10 |
+ |
|
11 |
+ |
|
6 | 12 |
|
7 | 13 |
|
8 | 14 |
|