This repository publishes my personal zsh / bash configs.
The Zsh config is based on the zgen plugin manager, with a couple of tweaks to make it further lightweight.
Prerequisites:
- zsh, ofc;
- fzf: fuzzy finder (e.g., used for Ctrl+R history search);
- git, for automatic plugin downloading;
TODO: proper documentation (features, key bindings, customization etc.).
First, take a look on the install.sh
script.
If it's okay, run it ;) Otherwise, just take the fragments you like and start customizing it!
You can customize anything by creating *.custom.[z]sh files near the stock ones. Please check the source code for details, for now.