Skip to content

pesintta/.zsh.d

Repository files navigation

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

About

ZSH Configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages