mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Add a tip to ease agnoster first setup (#5565)
* Add a tip to ease agnoster first setup * Change link to agnoster wiki + format changes https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#agnoster
This commit is contained in:
commit
2fe358852b
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ To use a different theme, simply change the value to match the name of your desi
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ZSH_THEME="agnoster" # (this is one of the fancy ones)
|
ZSH_THEME="agnoster" # (this is one of the fancy ones)
|
||||||
|
# you might need to install a special Powerline font on your console's host for this to work
|
||||||
|
# see https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#agnoster
|
||||||
```
|
```
|
||||||
|
|
||||||
Open up a new terminal window and your prompt should look something like this:
|
Open up a new terminal window and your prompt should look something like this:
|
||||||
|
|
Loading…
Reference in a new issue