Oh My Zsh Bootstrap is a plugin for oh-my-zsh With that plugin you can
list_plugins
enable_plugin
disable_plugin
download_and_enable_plugin
list_themes
enable_theme
download_and_enable_theme
update_plugin
update_theme
curl -L https://github.com/mbauhardt/oh-my-zsh-bootstrap/raw/master/tools/install.zsh | zsh
- Install ohmyzsh
- Clone Oh My zsh Bootstrap into the custom plugin folder
git clone git://github.com/mbauhardt/oh-my-zsh-bootstrap.git $HOME/.oh-my-zsh/custom/plugins/oh-my-zsh-bootstrap
- edit the ~/.zshrc file and add the plugin to the plugin variable
plugins=(oh-my-zsh-bootstrap git)
With list_plugins
you can list all plugins which exists under $ZSH/plugins or $ZSH_CUSTOM/plugins
list_enabled_plugins
list only the enabled plugins
You can enable a plugin with enable_plugin [plugin]
. The two screenshots below shows how you can enable the plugin ant.
List plugins shows that ant is disabled.
After enable enable_plugin ant
, list plugins show the new status and the plugin is included.
You can use download_and_enable_plugin [git.url] [name]
to download a plugin from a specific git url.
The screenshot below show how to download the Zsh Highlighting PLugin
list_themes
list all available themes.
To enable a theme you can use the command enable_theme [theme]
Please use Github's Issue Tracker or ping me on twitter @mbauhardt