Due to many requests I share my zsh configuration compilation.
 
 
Go to file
Sebastian Tramp 3022eae8b8 fix the tmux prompt integration 2012-01-30 09:01:29 +01:00
autojump@8069ebf7e3 update to new version 2011-08-12 11:40:45 +02:00
functions.d adjust cache directory 2011-09-27 23:32:35 +02:00
zsh-syntax-highlighting@eb749f2681 move to github, use submodules, lots of addons 2011-07-19 12:19:06 +02:00
.gitignore move to github, use submodules, lots of addons 2011-07-19 12:19:06 +02:00
.gitmodules switch zsh-syntax-highlighting to new repo 2011-10-13 16:08:14 +02:00
Makefile move to github, use submodules, lots of addons 2011-07-19 12:19:06 +02:00
README init 2010-12-05 16:57:06 +01:00
aliases.zsh add sign alias 2011-10-14 19:55:31 +02:00
colors.zsh new prompt and re-order 2011-01-03 00:12:13 +01:00
completion.zsh auto rehash 2011-08-14 13:26:50 +02:00
darwin.zsh add: docu head 2011-02-07 17:42:37 +01:00
functions.zsh add wp, translate and gr function 2011-09-17 13:08:06 +02:00
linux.zsh maybe not exactly linux specific: ctl = sudo service 2011-07-29 21:02:52 +02:00
options.zsh move to github, use submodules, lots of addons 2011-07-19 12:19:06 +02:00
prompt.zsh fix the tmux prompt integration 2012-01-30 09:01:29 +01:00
zshrc move to github, use submodules, lots of addons 2011-07-19 12:19:06 +02: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.