Due to many requests I share my zsh configuration compilation.
 
 
Go to file
Sebastian Tramp 6ad08e7998
add history for root and .DS_Store
2012-08-08 13:16:36 +02:00
autojump@8069ebf7e3 update to new version 2011-08-12 11:40:45 +02:00
functions.d add initial autocmd completion 2012-05-01 10:17:48 +02:00
zsh-syntax-highlighting@eb749f2681 move to github, use submodules, lots of addons 2011-07-19 12:19:06 +02:00
.gitignore add history for root and .DS_Store 2012-08-08 13:16:36 +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 mod for macos 2012-08-08 13:14:49 +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 fix darwin color ls 2012-07-18 08:05:04 +02:00
functions.zsh add wp, translate and gr function 2011-09-17 13:08:06 +02:00
linux.zsh add some aliases 2012-07-16 21:58:53 +02:00
options.zsh add alt-left, fn-left/right keybinds 2012-08-08 13:15:19 +02:00
prompt.zsh usage of environment var for inbox 2012-04-16 23:05:45 +02: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.