oh-my-zsh-bootstrap
oh-my-zsh-bootstrap copied to clipboard
Oh My Zsh Bootstrap
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
Installation
Automatic Way
curl -L https://github.com/mbauhardt/oh-my-zsh-bootstrap/raw/master/tools/install.zsh | zsh
Manual Way
- 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)
Usage
List Plugins
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
Enable 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.
Download Plugins
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_themes
list all available themes.
Enable Theme
To enable a theme you can use the command enable_theme [theme]
Feedback / Contact
Please use Github's Issue Tracker or ping me on twitter @mbauhardt