Skip to content
/ zshrc Public
forked from seebi/zshrc

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).

Notifications You must be signed in to change notification settings

kurzum/zshrc

This branch is 1 commit ahead of, 88 commits behind seebi/zshrc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d0ef7f · Nov 10, 2011

History

60 Commits
Aug 12, 2011
Sep 27, 2011
Jul 19, 2011
Jul 19, 2011
Oct 13, 2011
Jul 19, 2011
Dec 5, 2010
Oct 14, 2011
Jan 2, 2011
Aug 14, 2011
Feb 7, 2011
Sep 17, 2011
Jul 29, 2011
Jul 19, 2011
Nov 10, 2011
Nov 10, 2011
Jul 19, 2011

Repository files navigation

# @author     Sebastian Tramp <[email protected]>
# @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.

About

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%