Customizing oh‐my‐zsh - neal-erickson/dotfiles GitHub Wiki
Installing custom plugins
Just need to place them in the $ZSH_CUSTOM/plugins location (~/.oh-my-zsh/custom by default) in their own folder, then you can reference them in .zshrc
like a builtin oh-my-zsh plugin. Easiest option is to just git clone
the plugin from the plugins
folder.
┌┤neal.erickson@KJY16676GN│~/.oh-my-zsh/custom/plugins on [master]│
└─▶ ll (9048) 15:10:35 24-07-19
total 0
drwxr-xr-x 4 neal.erickson staff 128 Jul 19 15:10 ./
drwxr-xr-x 5 neal.erickson staff 160 Mar 26 08:38 ../
drwxr-xr-x@ 24 neal.erickson staff 768 Jul 19 15:10 diff-so-fancy/
drwxr-xr-x 3 neal.erickson staff 96 Jun 12 2023 example/
Plugins Used
TODO: Complete
diff-so-fancy
Provides a better git diff experience. Added a pipe to it in my git diff
alias gd
.