🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
  • Shell 98.4%
  • Python 1.5%
Find a file
2015-04-04 13:06:04 +02:00
cache make sure cache dir exists, just like log dir 2014-07-16 12:27:01 +02:00
custom Move example plugin to the custom plugins dir. 2012-05-16 14:51:52 -04:00
lib Merge pull request #3568 from mcornella/apjanke-title-disable-check 2015-02-10 11:49:56 -08:00
log Adding a file into log/ so that we have a log file to record history to 2009-08-31 11:17:05 -07:00
plugins Merge updates from master 2015-02-12 10:14:24 +01:00
templates Fix Yosemite broken zsh where $PATH var does not get appended correctly. 2014-11-21 10:07:23 +09:00
themes Merge pull request #3566 from mcornella/pfault-master 2015-02-10 11:21:45 -08:00
tools Merge pull request #3353 from mizabrik/master 2015-02-10 11:21:15 -08:00
.gitignore Merge pull request #1117 from Peeja/move-example-plugin 2014-03-22 15:58:00 -07:00
MIT-LICENSE.txt Update license year 2014-03-12 22:37:25 -07:00
oh-my-zsh.sh Allow custom cache dir 2015-01-08 16:01:16 +00:00
README.markdown readme textile->markdown 2015-04-04 13:06:04 +02:00

Oh My Zsh

This is a fork of @robbyrussell's original project.

Contributing

You can fetch this repository in order to participate in testing or aggregate pull requests for upstream.

Branches

There are various branches used to help with maintenance.

You are on the master branch. I use it for my own OMZ installs, it is usually pretty close to upstream, you are welcome to take inspiration but I will not allow external changes.

Tracking

The upstream-edge branch tracks the bleeding edge upstream. It is used as a clean starting point for new Pull Requests.

Testing

The upstream-test branch holds changes that need testing before merging.

Updating

These branches are used to aggregate Pull Requests into categories. Please submit your PRs to these branches, if applicable, instead of sending them directly upstream. This allows to keep the original repository clean.

Plugins

Other