/add-to-omz

Primary LanguageShellMIT LicenseMIT

add-to-omz plugin

This plugin adds the add2omz command that can be used to easily and simply install OhMyZsh plugins and themes from GitHub by simply specifying whether you are adding a theme or plugin and the repo's git URL, along with an option --name parameter to specify the name of the directory you save to within the .oh-my-zsh/custom/* directory.

Join me here:

  • This server is for anyone with an interest in Programming or CyberSecurity!

Plugin Information

Plugin: add-to-omz
Author: Doc0x1
Type: Oh My Zsh
Version: 1.1
License: MIT

Installation

git clone --depth=1 https://github.com/Doc0x1/add-to-omz "$ZSH/custom/plugins"

Be sure to add the plugin to your plugins in .zshrc

plugins=(... add-to-omz)

Syntax

add2omz [--type type] [--url git-repo-url] [options]

Usage

add2omz --type plugin --url https://github.com/Doc0x1/add-to-omz --name add-to-omz