My 'custom' directory for oh-my-zsh
Clone the repository in your oh-my-zsh
repository, making sure the directory
is named custom
. Note that this directory already exists, so if you already
have custom plugins/settings, you'll need to make a backup of the directory
first, or just copy the files you want from here. Make sure to use the
--recursive
option if you want the plugins I have installed; otherwise, why
would you be cloning this repository?
rm -rf $ZSH_CUSTOM
git clone --recursive https://github.com/evanthegrayt/oh-my-zsh-custom.git $ZSH_CUSTOM
This repo mostly contains enhancements to zsh
itself, like better
tab-completion, terminal syntax highlighting, history substring search, and
autosuggestions.
- CDC - Quickly cd to repositories.
- Vagrant Box Wrapper
- Fast Syntax Highlighting
- History Search Multi Word
- OMZ-Git - Shorten branch name in prompt.
- ZSH Autosuggestions
- ZSH History Substring Search
This mostly just contains plugins as submodules, so there really shouldn't be much to improve or fix, but if you find something, please submit an issue.
I do these projects for fun, and I enjoy knowing that they're helpful to people. Consider starring the repository if you like it! If you love it, follow me on github!