... | ... |
@@ -10,6 +10,8 @@ h2. Setup |
10 | 10 |
|
11 | 11 |
2. Symlink the zsh config with: |
12 | 12 |
|
13 |
+ *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. |
|
14 |
+ |
|
13 | 15 |
@ln -s ~/oh-my-zsh/zshrc ~/.zshrc@ |
14 | 16 |
|
15 | 17 |
3. Set zsh as your default shell: |