Skip to content

mbauhardt/oh-my-zsh-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install ohmyzsh
  2. 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
  3. 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 Plugins

list_enabled_plugins list only the enabled plugins

List 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.

Enable Ant Before

After enable enable_plugin ant, list plugins show the new status and the plugin is included.

Enable Ant After

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

Download Plugin

Download Plugin After

List Themes

list_themes list all available themes.

List Themes

Enable Theme

To enable a theme you can use the command enable_theme [theme]

Enable Theme

Feedback / Contact

Please use Github's Issue Tracker or ping me on twitter @mbauhardt

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages