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.
- Clone the repo (incl. the submodules)
- git clone --recursive https://github.com/pesintta/.zsh.d.git/
- Symlink the included .zshrc into your $HOME/.zshrc
- ln -s .zsh.d/.zshrc ~/.zshrc
- start zsh and enjoy!
- Remove the symlink
- unlink $HOME/.zshrc
- Delete the cloned repository
- rm -r .zsh.d