Due to many requests I share my zsh configuration compilation.
 
 
Go to file
Denis Knauf 8e14fac963 environment.zsh: source /etc/profile instead static PATH. README -> README.md. prompt.zsh: logname, %~ (current path) added 2013-07-09 15:54:13 +02:00
dircolors-solarized@673589800f forward submodules 2013-06-13 19:08:20 +02:00
functions.d remove autojump occurencies (use fasd now) 2013-06-14 01:37:44 +02:00
zsh-syntax-highlighting@e5d8a50d36 forward submodules 2013-06-13 19:08:20 +02:00
.gitignore add history for root and .DS_Store 2012-08-08 13:16:36 +02:00
.gitmodules remove autojump occurencies (use fasd now) 2013-06-14 01:37:44 +02:00
Makefile remove autojump installation 2013-06-28 22:05:17 +02:00
README.md environment.zsh: source /etc/profile instead static PATH. README -> README.md. prompt.zsh: logname, %~ (current path) added 2013-07-09 15:54:13 +02:00
aliases.zsh remove autojump occurencies (use fasd now) 2013-06-14 01:37:44 +02:00
completion.zsh refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
darwin.zsh fixes and additions 2013-06-06 16:05:36 +02:00
environment.zsh environment.zsh: source /etc/profile instead static PATH. README -> README.md. prompt.zsh: logname, %~ (current path) added 2013-07-09 15:54:13 +02:00
fasd.zsh add fasd config/init 2013-06-14 01:41:32 +02:00
functions.zsh fixes and additions 2013-06-06 16:05:36 +02:00
linux.zsh fix env and term var 2012-09-04 09:28:14 +02:00
options.zsh refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
prompt.zsh environment.zsh: source /etc/profile instead static PATH. README -> README.md. prompt.zsh: logname, %~ (current path) added 2013-07-09 15:54:13 +02:00
zshrc add fasd config/init 2013-06-14 01:41:32 +02:00

README.md

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 ~/.config/zsh/zshrc manually to ~/.zshrc)

File description

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

These files are not in the repository but will be created

$ZSH_CACHE/history     - the history file (shared for all zsh instances)