My ZSH configuration.
Vladimir Hodakov
b9a618a514
Distrobox is a modern containerized tool to run development workflows in the isolated spaces. Reviewed-on: #15 Co-authored-by: Vladimir Hodakov <vladimir@hodakov.me> Co-committed-by: Vladimir Hodakov <vladimir@hodakov.me> |
||
---|---|---|
zsh | ||
.gitignore | ||
README.md | ||
zshrc |
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.