https://github.com/seebi/zshrc
Due to many requests I share my zsh configuration compilation.
https://github.com/seebi/zshrc
Last synced: over 1 year ago
JSON representation
Due to many requests I share my zsh configuration compilation.
- Host: GitHub
- URL: https://github.com/seebi/zshrc
- Owner: seebi
- Created: 2011-04-13T10:47:01.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T10:18:16.000Z (over 4 years ago)
- Last Synced: 2025-04-06T15:59:37.487Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 170 KB
- Stars: 299
- Watchers: 16
- Forks: 82
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# @author Sebastian Tramp
# @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 keybindings, 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)