Due to many requests I share my zsh configuration compilation.
 
 
Go to file
Sebastian Tramp 94734a15fb some collected additions + editor fix 2011-04-11 22:52:38 +02:00
.hgignore Changes for Darwin/OSX 2011-02-07 17:18:41 +01:00
Makefile Modified Makefile; support for os-specific install tasks, usability enhancements 2011-02-08 18:10:36 +01:00
README init 2010-12-05 16:57:06 +01:00
aliases.zsh some collected additions + editor fix 2011-04-11 22:52:38 +02:00
colors.zsh new prompt and re-order 2011-01-03 00:12:13 +01:00
completion.zsh typo 2011-02-13 16:35:58 +01:00
darwin.zsh add: docu head 2011-02-07 17:42:37 +01:00
functions.zsh buf(): fix for directories 2011-04-11 22:51:59 +02:00
linux.zsh dircolors are linux specific now 2011-04-11 22:47:38 +02:00
options.zsh dircolors are linux specific now 2011-04-11 22:47:38 +02:00
prompt.zsh colors solarized (256 color support needed 2011-04-11 22:50:27 +02:00
zshrc mod: rearrangement for autoload functions.d 2011-02-07 19:50:26 +01:00

README

# @author     Sebastian Tramp <mail@sebastian.tramp.name>
# @license    http://opensource.org/licenses/gpl-license.php

Due to many requests I share my zsh configuration compilation.
Copy the repository to ~/.zsh and run 'make install' once
(or link the ~/.zsh/zshrc manually to ~/.zshrc)

### File description
~/.zsh/README      - This file
~/.zsh/Makefile    - make-config to run with 'make install'
~/.zsh/aliases     - alias definitions which can be edited/modified with 'aedit'
~/.zsh/completion  - tab completion configuration
~/.zsh/functions   - functions and key bindings to that functions
~/.zsh/options     - shell options as history size, general keyindings, etc
~/.zsh/prompt      - the prompt definition
~/.zsh/zshrc       - the main RC file (will be linked to ~/.zshrc)

### These files are not in the repository but will be created
~/.zsh/history     - the history file (shared for all zsh instances)
~/.zsh/private     - private commands/aliases etc. (included at the end)
                     this should also include definitions for
                     EDITOR, PAGER, cdpath, fpath etc.