Oh My Zsh Bootstrap is a plugin for oh-my-zsh With that plugin you can
list_pluginsenable_plugindisable_plugindownload_and_enable_pluginlist_themesenable_themedownload_and_enable_themeupdate_pluginupdate_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







