My ZSH configuration.
Go to file
Stanislav Nikitin 787046cd73
Merge branch 'master' of github.com:pztrn/zsh-config
2022-02-14 23:11:44 +05:00
zsh Merge branch 'master' of github.com:pztrn/zsh-config 2022-02-14 23:11:44 +05: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.