Due to many requests I share my zsh configuration compilation.
 
 
Go to file
Sebastian Tramp 251aab0218
forward submodules
2013-06-13 19:08:20 +02:00
autojump@d692bc644a forward submodules 2013-06-13 19:08:20 +02:00
dircolors-solarized@673589800f forward submodules 2013-06-13 19:08:20 +02:00
functions.d fixes and additions 2013-06-06 16:05:36 +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 refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
Makefile Adjust Makefile to new locations, cleanup 2012-08-23 11:53:31 +02:00
README refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
aliases.zsh fixes and additions 2013-06-06 16:05:36 +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 fix env and term var 2012-09-04 09:28:14 +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 add hostname prefix via MYHOSTEXPRESSION 2012-08-23 19:24:38 +02:00
zshrc add private.final.zsh inclusion 2012-08-28 10:33:45 +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 ~/.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)