/oh-my-zsh-custom

oh-my-zsh custom's directory.

Primary LanguageShell

oh-my-zsh-custom

This repos is oh-my-zsh custom directory ($HOME/.oh-my-zsh/custom/)

Usage

Install

cd ~/.oh-my-zsh
git rm -rf custom
git submodule add https://github.com/nishigori/oh-my-zsh-custom.git
git commit -m 'Inject custom directories'

Update oh-my-zsh

cd ~/.oh-my-zsh
git pull --rebase

Create your original plugin

When create plugin but OS Dependency, Please put plugin file to ~/.oh-my-zsh/custom/os/{YOUR_OSTYPE}

When create plugin but local Machine Dependency, Please put plugin file to ~/.oh-my-zsh/custom/local

Local dependency

If you have local environment dependency and private settings, puts the local directory (*.zsh)

for example,

$ ls ./local

alias.zsh   autojump.zsh

Enjoy it !!!