Due to many requests I share my zsh configuration compilation.
 
 
Go to file
Sebastian Tramp d562581685
refactor to use XDG directories and dircolors in config
2012-08-23 10:39:02 +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 move to github, use submodules, lots of addons 2011-07-19 12:19:06 +02:00
README refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
aliases.zsh refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
colors.zsh new prompt and re-order 2011-01-03 00:12:13 +01: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
functions.zsh add wp, translate and gr function 2011-09-17 13:08:06 +02:00
linux.zsh refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
options.zsh refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +02:00
prompt.zsh usage of environment var for inbox 2012-04-16 23:05:45 +02:00
zshrc refactor to use XDG directories and dircolors in config 2012-08-23 10:39:02 +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)