Due to many requests I share my zsh configuration compilation.
 
 
Go to file
Sebastian Tramp acb3af55ee
fix env and term var
2012-09-04 09:28:14 +02:00
autojump@8069ebf7e3 update to new version 2011-08-12 11:40:45 +02:00
dircolors-solarized@82342cd0ce refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +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 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 introduce a basic environment config 2012-08-23 11:08:03 +02:00
completion.zsh refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
darwin.zsh refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
environment.zsh fix env and term var 2012-09-04 09:28:14 +02:00
functions.zsh add wp, translate and gr function 2011-09-17 13:08:06 +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)