My ZSH configuration.
Go to file
Stanislav Nikitin aab95d22c9 Merge pull request 'Fix grep 3.8 warnings' (#13) from hdkv/zsh-config:hdkv/fix_grep_warnings into master
Reviewed-on: #13
2023-04-25 15:07:16 +05:00
zsh Fix grep 3.8 warnings 2022-10-06 11:30:53 +04:00
.gitignore Fix keybinding to properly handle letter O 2020-04-27 18:54:51 +04:00
README.md Use find instead of ls. 2015-03-21 19:52:26 +05:00
zshrc Fastfix for previous commits - completely disable some keybndings. 2020-04-27 21:39:41 +05:00

README.md

ZSH config

This is a ZSH configuration, baked by Stanislav N. aka pztrn.

Features

  • Fully modular design.
  • Ability to write own mini-apps.
  • Support libraries support. Just write them and place in 'lib'. Don't forget to source them!
  • Same keyboard behaviour across OSes (tested on Linux and FreeBSD).

Installation

Change your default shell to zsh and make a symlink:

ln -s /path/to/zsh-config/zshrc ~/.zshrc

Re-login (if you changed your shell) or just restart your terminal app.