-
clone this repository
-
link your .zshrc to the repositories zshrc file
$ ln -s ~/location/of/the/clone/zshrc ~/.zshrc
-
clone this repository
-
link your /etc/zsh/zshrc to the repositories zshrc file
$ ln -s /location/of/the/clone/zshrc /etc/zsh/zshrc
-
global configuration
$ vim /etc/zshrc.config
-
local configuration
NOTE: the local configuration takes precedence over the global configuration.
$ vim ~/.zshrc.config
-
configuration flags
When you change the colors it is sane to change only the 'front' color
``` sh
PSCOL='%{%F{yellow}%}' # default ps (prompt) color
USRCOL='%{%F{yellow}%}' # the color used for the user
HSTCOL='%{%F{white}%}' # the color used for the hostname
SCMENABLED=1 # enable scm integration
SCMDIRTY=1 # source code management dirty state
# enabled (default) or disabled
```
You can add all the aliases you want by putting .aliases in your home directory.