mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Tweaked README
This commit is contained in:
parent
5215330886
commit
f8bace703a
1 changed files with 7 additions and 10 deletions
17
README.md
17
README.md
|
|
@ -14,13 +14,12 @@ Setup
|
|||
-----
|
||||
|
||||
`oh-my-zsh` should work with any recent release of [zsh][], the
|
||||
minimum recommended version is 4.3.9.
|
||||
|
||||
A package can be found in Archlinux's [AUR][oh-my-zsh-git]. We
|
||||
recommend using [cower] to install it:
|
||||
minimum recommended version is 4.3.9. A package can be found in
|
||||
Archlinux's [AUR][oh-my-zsh-git]. We recommend using [cower] to
|
||||
install it:
|
||||
|
||||
```
|
||||
cower -dd oh-my-zsh-git
|
||||
$ cower -dd oh-my-zsh-git
|
||||
```
|
||||
|
||||
[zsh]: http://www.zsh.org/
|
||||
|
|
@ -36,11 +35,9 @@ The user must have zsh set as their shell.
|
|||
The following needs to be added to the start of the user's `~/.zshrc`
|
||||
file to activate oh-my-zshell goodness.
|
||||
|
||||
```
|
||||
ZSH_THEME="arch-blue"
|
||||
plugins=(archlinux sprunge git)
|
||||
load_oh_my_zshell
|
||||
```
|
||||
ZSH_THEME="arch-blue"
|
||||
plugins=(archlinux sprunge git)
|
||||
load_oh_my_zshell
|
||||
|
||||
A skeleton template can be found in
|
||||
`/usr/share/oh-my-zsh/templates/user.zsh-template`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue