File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,20 @@ h3. The manual way
26
26
27
27
@git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
28
28
29
- 2. Create a new zsh config by copying the zsh template we've provided.
29
+ 2. *OPTIONAL* Backup your existing ~/.zshrc file
30
+
31
+ @cp ~/.zshrc ~/.zshrc.orig@
32
+
33
+ 3. Create a new zsh config by copying the zsh template we've provided.
30
34
31
35
@cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
32
36
33
- *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.
34
37
35
- 3 . Set zsh as your default shell:
38
+ 4 . Set zsh as your default shell:
36
39
37
40
@chsh -s /bin/zsh@
38
41
39
- 4 . Start / restart zsh (open a new terminal is easy enough...)
42
+ 5 . Start / restart zsh (open a new terminal is easy enough...)
40
43
41
44
h3. Problems?
42
45
You can’t perform that action at this time.
0 commit comments