Skip to content

AlfinIndrawan/ohmyzsh-plugin-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

ohmyzsh-plugin-list

List of ohmyzsh plugin choose wisely, too many plugin can cause lag (especially npm and pyenv)

Oh My Zsh comes bundled with plugins, which allow you to take advantage of functionality of many sorts to your shell just by enabling them. They are each documented in the README file in their respective plugins/ folder.

Enable native plugins

Enable a plugin by adding its name to the plugins array in your .zshrc file (found in the $HOME directory). For example, this enables the rails, git and ruby plugins, in that order:

plugins=(rails git ruby)

NOTE: elements in zsh arrays are separated by whitespace (spaces, tabs, newlines...). DO NOT use commas.

Enable Custom Plugins

Enable custom plugins with cloning their git into ~/.oh-my-zsh/plugins folder and dont forget edit your .zshrc like top and then source ~/.zshrc to give change

Recommendation Native Plugins

Recommendation Custom Plugins

Native Plugins