You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: oh-my-zsh/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ In this demo you're given a web terminal that runs zsh shell with Oh My Zsh inst
5
5
6
6
### Plugins
7
7
8
-
Oh My Zsh comes with a shit load of plugins to take advantage of. You can take a look in the [plugins](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins) directory and/or the [wiki](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins) to see what's currently available.
8
+
Oh My Zsh comes with a shit load of plugins to take advantage of. You can take a look in the [plugins](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins) directory and/or the [wiki](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins) to see what's currently available.
9
9
10
10
#### Enabling Plugins
11
11
@@ -25,7 +25,7 @@ Most plugins (should! we're working on this) include a __README__, which documen
25
25
26
26
### Themes
27
27
28
-
We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme happy. We have over one hundred themes now bundled. Most of them have [screenshots](https://wiki.github.com/robbyrussell/oh-my-zsh/themes) on the wiki. Check them out!
28
+
We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme happy. We have over one hundred themes now bundled. Most of them have [screenshots](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes) on the wiki. Check them out!
29
29
30
30
#### Selecting a Theme
31
31
@@ -42,14 +42,14 @@ To use a different theme, simply change the value to match the name of your desi
42
42
```shell
43
43
ZSH_THEME="agnoster"# (this is one of the fancy ones)
44
44
# you might need to install a special Powerline font on your console's host for this to work
45
-
# see https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#agnoster
45
+
# see https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#agnoster
46
46
```
47
47
48
48
Open up a new terminal window and your prompt should look something like this:
In case you did not find a suitable theme for your needs, please have a look at the wiki for [more of them](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes).
52
+
In case you did not find a suitable theme for your needs, please have a look at the wiki for [more of them](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes).
53
53
54
54
If you're feeling feisty, you can let the computer select one randomly for you each time you open a new terminal window.
55
55
@@ -59,4 +59,4 @@ ZSH_THEME="random" # (...please let it be pie... please be some pie..)
59
59
```
60
60
61
61
## What's Next?
62
-
To learn more about Oh My Zsh, read the full version of [README](https://github.com/robbyrussell/oh-my-zsh) on GitHub, visit [ohmyz.sh](http://ohmyz.sh), and follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter.
62
+
To learn more about Oh My Zsh, read the full version of [README](https://github.com/ohmyzsh/ohmyzsh) on GitHub, visit [ohmyz.sh](http://ohmyz.sh), and follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter.
0 commit comments