My ZSH configuration.
Go to file
Vladimir Hodakov 3bf09084da
Add fat0troll theme
The only difference between pztrn and fat0troll themes is
brackets color in non-SSH mode: fat0troll theme uses same
brackets on SSH and non-SSH, so they won't disappear in
common dark themed shell.
2018-12-12 14:30:04 +04:00
zsh Add fat0troll theme 2018-12-12 14:30:04 +04:00
.gitignore Support for alt+arrows for XTerm-compatible terminals. 2017-07-31 05:53:13 +05:00
README.md Use find instead of ls. 2015-03-21 19:52:26 +05:00
zshrc Make ZSH colors array be available everywhere. 2015-12-25 23:09:27 +05:00

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.