Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 883 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 883 Bytes

ZSH Configuration repository

This is a repository holding some decent default settings for ZSH:

  • Colored prompt(s)
  • Autocorrection
  • Completion with grouping
  • Command history completion & configuration
  • Syntax highlighting (if included)
  • Persistent history
  • History substring searches
  • Persistent dirstack
  • Version Control System support in prompt

The configuration file and the repository in general was designed with speed and simplicity in mind. It should be relatively easy to clone and test.

Installation:

  1. Clone the repo (incl. the submodules)
  1. Symlink the included .zshrc into your $HOME/.zshrc
  • ln -s .zsh.d/.zshrc ~/.zshrc
  1. start zsh and enjoy!

Uninstallation

  1. Remove the symlink
  • unlink $HOME/.zshrc
  1. Delete the cloned repository
  • rm -r .zsh.d