Update the README

This commit is contained in:
Simon Gomizelj 2011-12-01 16:52:54 -05:00
commit 4cfd94100d

View file

@ -22,20 +22,20 @@ install it:
$ cower -dd oh-my-zsh-git $ cower -dd oh-my-zsh-git
``` ```
The user must have zsh set as their shell. First set zsh as your shell.
``` ```
# chsh -s /bin/zsh <USERNAME> $ chsh -s /bin/zsh
``` ```
The following needs to be added to the start of the user's `~/.zshrc` Then the following needs to be added to `~/.zshrc` file to activate
file to activate oh-my-zshell goodness. oh-my-zshell goodness.
ZSH_THEME="arch-blue" zstyle :omz:style theme arch-blue
plugins=(archlinux sprunge git) plugins=(archlinux sprunge git)
load_oh_my_zshell omz_init
A skeleton template can be found in A skeleton template can be found at
`/usr/share/oh-my-zsh/templates/user.zsh-template` `/usr/share/oh-my-zsh/templates/user.zsh-template`
Customization Customization
@ -43,8 +43,7 @@ Customization
- To enable more the plugins, customize the plugins array in your - To enable more the plugins, customize the plugins array in your
`~/.zshrc` `~/.zshrc`
- To change themes, change the `ZSH_THEME` environment variable in - To change themes, change the `:omg:style` zstyle `~/.zshrc`.
`~/.zshrc`.
If you want to override any of the default behaviour, just add a new If you want to override any of the default behaviour, just add a new
file (ending in `.zsh`) into the `~/.omz/` directory. If you have many file (ending in `.zsh`) into the `~/.omz/` directory. If you have many