mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-26 23:00:30 +08:00
Replace old robbyrussell URL with ohmyzsh one
parent
d59cf997a6
commit
7fd21cff8a
@ -12,7 +12,7 @@ The following section explains how to set up your local Oh-My-Zsh install with t
|
||||
|
||||
_From this point on,_ `<name>` _stands for your GitHub username._
|
||||
|
||||
- **1.** Fork the original repository (button at the top of [the repo's page](https://github.com/robbyrussell/oh-my-zsh)).
|
||||
- **1.** Fork the original repository (button at the top of [the repo's page](https://github.com/ohmyzsh/ohmyzsh)).
|
||||
|
||||
_This supposes that you have Oh-My-Zsh installed already in `$ZSH` (default:_ `~/.oh-my-zsh`_) with the origin remote pointing to the original repository._
|
||||
|
||||
@ -54,14 +54,14 @@ git remote add origin git@github.com:<name>/oh-my-zsh.git
|
||||
- **Origin:** when you want to get the latest upgrades from your own fork (_aka_ origin), simply `git pull --rebase origin master`; you may have to solve conflicts with your local changes of course; when you are satisfied with the update you can `git push --force origin master`.
|
||||
|
||||
**More setups:** on a new machine, simply
|
||||
`git clone git@github.com:<name>/oh-my-zsh.git ~/.oh-my-zsh` and `git remote add upstream git@github.com:robbyrussell/oh-my-zsh.git`, and of course copy your [startup files](http://zsh.sourceforge.net/Intro/intro_3.html); you will be able to get upgrades, and to work on your pending PRs.
|
||||
`git clone git@github.com:<name>/oh-my-zsh.git ~/.oh-my-zsh` and `git remote add upstream git@github.com:ohmyzsh/ohmyzsh.git`, and of course copy your [startup files](http://zsh.sourceforge.net/Intro/intro_3.html); you will be able to get upgrades, and to work on your pending PRs.
|
||||
|
||||
[**Sending PRs**](#maintained-fork-prs)
|
||||
|
||||
## Pull Requests
|
||||
|
||||
_These are technical instructions, please read the_
|
||||
[contributing guidelines (project)](https://github.com/robbyrussell/oh-my-zsh/pull/3770) _before sending PRs._
|
||||
[contributing guidelines (project)](https://github.com/ohmyzsh/ohmyzsh/pull/3770) _before sending PRs._
|
||||
|
||||
_The following uses_ `my-new-pr` _for the branch name, but you can use something else._
|
||||
|
||||
|
@ -59,7 +59,7 @@ Remember that customizations always take precedence over built-ins. If you happe
|
||||
|
||||
If you don't change its filename, your `.zshrc` file can stay the same: `ZSH_THEME="agnoster"` will be perfect and still take your changes into account. You might also want to consider this before filing a new issue or pull request that just changes a trivial detail inside of a built-in theme.
|
||||
|
||||
Note: Using a random theme with `$ZSH_THEME="random"` will not look into your custom themes directory. Only built-in themes will be used. (Until PR [#3743](https://github.com/robbyrussell/oh-my-zsh/pull/3743) is merged, which makes `random` include custom themes.)
|
||||
Note: Using a random theme with `$ZSH_THEME="random"` will not look into your custom themes directory. Only built-in themes will be used. (Until PR [#3743](https://github.com/ohmyzsh/ohmyzsh/pull/3743) is merged, which makes `random` include custom themes.)
|
||||
|
||||
## Overriding internals
|
||||
|
||||
|
@ -137,7 +137,7 @@ So, you can:
|
||||
|
||||
As of June 2015, user "custom" files are loaded before plugins are loaded, so they cannot be used to modify plugins. To customize a plugin by replacing selected functions or variables, you need to define an additional custom plugin and load that after the base plugin you wish to customize.
|
||||
|
||||
The [Customization](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization) wiki page doesn't discuss which functions/APIs are stable. It mostly talks about overriding on a per-file basis.
|
||||
The [Customization](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization) wiki page doesn't discuss which functions/APIs are stable. It mostly talks about overriding on a per-file basis.
|
||||
|
||||
## Plugins
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
## A list of plugins that don't come bundled with oh-my-zsh
|
||||
|
||||
There is no restriction for adding your plugin into zsh bundle (unlike [themes](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes)) but the rationale for creating this page is next:
|
||||
There is no restriction for adding your plugin into zsh bundle (unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes)) but the rationale for creating this page is next:
|
||||
* sometimes you're not really sure if your plugin will not harm (e.g. it can break something).
|
||||
|
||||
### Installation
|
||||
It should be clear from [this](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-plugins).
|
||||
It should be clear from [this](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-plugins).
|
||||
|
||||
### The plugins
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
Due to the massive amount of themes bundled with OMZ, [new themes are not accepted](https://github.com/robbyrussell/oh-my-zsh/#do-not-send-us-themes). This is a list of other themes that are compatible with Oh My Zsh that live in their own separate repositories. More themes are listed in the [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) list.
|
||||
Due to the massive amount of themes bundled with OMZ, [new themes are not accepted](https://github.com/ohmyzsh/ohmyzsh/#do-not-send-us-themes). This is a list of other themes that are compatible with Oh My Zsh that live in their own separate repositories. More themes are listed in the [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) list.
|
||||
|
||||
You can also use Github's search to find `*.zsh-theme` files:
|
||||
[Gist zsh themes search](https://gist.github.com/search?l=Shell&q=extension%3Azsh-theme&ref=searchresults&utf8=%E2%9C%93), [GitHub zsh themes search](https://github.com/search?l=Shell&q=extension%3Azsh-theme+PS1+%7C%7C+PROMPT+&ref=searchresults&type=Code&utf8=%E2%9C%93).
|
||||
|
||||
### Installation
|
||||
|
||||
Check out the instructions [here](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-themes).
|
||||
Check out the instructions [here](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes).
|
||||
|
||||
---
|
||||
|
||||
@ -804,7 +804,7 @@ Author: [@cemsbr](https://github.com/cemsbr)
|
||||
|
||||
#### dpoggi-newline-timestamp
|
||||
|
||||
Timestamp and new line based on [dpoggi](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#dpoggi) theme.
|
||||
Timestamp and new line based on [dpoggi](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#dpoggi) theme.
|
||||
|
||||
<img width="651" alt="2017-09-08 18 03 32" src="https://user-images.githubusercontent.com/1831308/30204562-dd033128-94c0-11e7-944c-19d7b0c18196.png">
|
||||
|
||||
@ -833,7 +833,7 @@ author: [@eendroroy](https://github.com/eendroroy)
|
||||
|
||||
#### kinda-fishy
|
||||
|
||||
A theme based on [fishy](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#fishy) with two differences:
|
||||
A theme based on [fishy](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#fishy) with two differences:
|
||||
|
||||
* The full path is shown instead of abbreviated directory names.
|
||||
* ```$USER@$HOST``` is not shown for the local machine, only for SSH sessions and
|
||||
|
2
FAQ.md
2
FAQ.md
@ -47,7 +47,7 @@ Check first that you have it installed: run `zsh`. If you really don't have it i
|
||||
|
||||
#### How do I install Oh My Zsh?
|
||||
|
||||
Please follow the project's README instructions for a [basic installation](https://github.com/robbyrussell/oh-my-zsh#basic-installation), or the [advanced instructions](https://github.com/robbyrussell/oh-my-zsh#advanced-installation) if you need to automate the installation or change some of the settings of the installer.
|
||||
Please follow the project's README instructions for a [basic installation](https://github.com/ohmyzsh/ohmyzsh#basic-installation), or the [advanced instructions](https://github.com/ohmyzsh/ohmyzsh#advanced-installation) if you need to automate the installation or change some of the settings of the installer.
|
||||
|
||||
#### How do I uninstall Oh My Zsh?
|
||||
|
||||
|
@ -1 +1 @@
|
||||
https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/git/
|
||||
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git/
|
@ -13,47 +13,47 @@
|
||||
|
||||
| Name | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
|
||||
| [autoenv](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/autoenv) | automatically execs script on changing dir (.env file) |
|
||||
| [colemak](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/colemak) | colemak layout support + vi-mode fixes for colemak http://en.wikipedia.org/wiki/Keyboard_layout#Colemak |
|
||||
| [colored-man-pages](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/colored-man-pages) | adds colors to manpages |
|
||||
| [colorize](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/colorize) | cat with syntax highlight support |
|
||||
| [command-not-found](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/command-not-found) | suggests package name with relevant command |
|
||||
| [compleat](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/compleat) | reformats completion http://github.com/mbrubeck/compleat |
|
||||
| [copydir](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/copydir) | copies current dir full path to clipboard |
|
||||
| [copyfile](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/copyfile) | copies selected file content to clipboard |
|
||||
| [cp](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/cp) | cp with progress bar (rsync) |
|
||||
| [dircycle](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/dircycle) | hotkeys for cycling directories |
|
||||
| [dirpersist](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/dirpersist) | saves and restores your directory stack across shell invocations |
|
||||
| [encode64](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/encode64) | e64 & d64 aliases |
|
||||
| [extract](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/extract) | 'x' alias - swiss knife for archive extracting |
|
||||
| [fbterm](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/fbterm) | enhanced VESA terminal https://code.google.com/p/fbterm/ |
|
||||
| [gpg-agent](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gpg-agent) | gpg-agent start/stop funcs |
|
||||
| [history](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/history) | aliases: h for history, hsi for grepping history |
|
||||
| [history-substring-search**](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/history-substring-search) | implementation of fish history substring search |
|
||||
| [kate](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/kate) | Kate text editor alias http://kate-editor.org/ |
|
||||
| [last-working-dir](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/last-working-dir) | same as dirpersist |
|
||||
| [mosh](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mosh) | mobile shell with roaming (wifi, mobile networks) and local echo http://mosh.mit.edu/ |
|
||||
| [pass](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/pass) | pass utility autocompletion |
|
||||
| [per-directory-history](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/per-directory-history) | self-descriptive |
|
||||
| [profiles](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/profiles) | different zsh profiles per hostname |
|
||||
| [rsync](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/rsync) | aliases |
|
||||
| [safe-paste](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/safe-paste) | extended copy/paste in terminal |
|
||||
| [screen](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/screen) | GNU screen enhances (titles etc) |
|
||||
| [sprunge](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/sprunge) | CLI pastbin service sprunge.us uploader (http://www.shellperson.net/sprunge-pastebin-script/) |
|
||||
| [ssh-agent](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/ssh-agent) | ssh-agent start script |
|
||||
| [sublime](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/sublime) | aliases for SublimeText Editor |
|
||||
| [supervisor](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/supervisor) | autocompletion for http://supervisord.org |
|
||||
| [taskwarrior](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/taskwarrior) | autocompletion for http://taskwarrior.org |
|
||||
| [terminitor](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/terminitor) | **[RENAMED to consular]** Consular automates your development workflow setup https://github.com/achiu/consular |
|
||||
| [tmux](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/tmux) | enhanced Tmux support |
|
||||
| [tmuxinator](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/tmuxinator) | enhanced Tmux support |
|
||||
| [torrent](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/torrent) | magnet2torrent converter function |
|
||||
| [tugboat](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/tugboat) | Digital Ocean droplet manager |
|
||||
| [urltools](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/urltools) | urlencode/urldecode etc |
|
||||
| [vi-mode](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/vi-mode) | self descriptive |
|
||||
| [vundle](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/vundle) | Vim plugin manager http://github.com/gmarik/vundle |
|
||||
| [wakeonlan](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/wakeonlan) | funcs for wakeonlan tool |
|
||||
| [web-search](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/web-search) | google from CLI |
|
||||
| [autoenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autoenv) | automatically execs script on changing dir (.env file) |
|
||||
| [colemak](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colemak) | colemak layout support + vi-mode fixes for colemak http://en.wikipedia.org/wiki/Keyboard_layout#Colemak |
|
||||
| [colored-man-pages](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colored-man-pages) | adds colors to manpages |
|
||||
| [colorize](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colorize) | cat with syntax highlight support |
|
||||
| [command-not-found](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/command-not-found) | suggests package name with relevant command |
|
||||
| [compleat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/compleat) | reformats completion http://github.com/mbrubeck/compleat |
|
||||
| [copydir](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copydir) | copies current dir full path to clipboard |
|
||||
| [copyfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copyfile) | copies selected file content to clipboard |
|
||||
| [cp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cp) | cp with progress bar (rsync) |
|
||||
| [dircycle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dircycle) | hotkeys for cycling directories |
|
||||
| [dirpersist](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dirpersist) | saves and restores your directory stack across shell invocations |
|
||||
| [encode64](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/encode64) | e64 & d64 aliases |
|
||||
| [extract](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/extract) | 'x' alias - swiss knife for archive extracting |
|
||||
| [fbterm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fbterm) | enhanced VESA terminal https://code.google.com/p/fbterm/ |
|
||||
| [gpg-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gpg-agent) | gpg-agent start/stop funcs |
|
||||
| [history](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history) | aliases: h for history, hsi for grepping history |
|
||||
| [history-substring-search**](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history-substring-search) | implementation of fish history substring search |
|
||||
| [kate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kate) | Kate text editor alias http://kate-editor.org/ |
|
||||
| [last-working-dir](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/last-working-dir) | same as dirpersist |
|
||||
| [mosh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mosh) | mobile shell with roaming (wifi, mobile networks) and local echo http://mosh.mit.edu/ |
|
||||
| [pass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pass) | pass utility autocompletion |
|
||||
| [per-directory-history](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/per-directory-history) | self-descriptive |
|
||||
| [profiles](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/profiles) | different zsh profiles per hostname |
|
||||
| [rsync](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync) | aliases |
|
||||
| [safe-paste](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/safe-paste) | extended copy/paste in terminal |
|
||||
| [screen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/screen) | GNU screen enhances (titles etc) |
|
||||
| [sprunge](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sprunge) | CLI pastbin service sprunge.us uploader (http://www.shellperson.net/sprunge-pastebin-script/) |
|
||||
| [ssh-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh-agent) | ssh-agent start script |
|
||||
| [sublime](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime) | aliases for SublimeText Editor |
|
||||
| [supervisor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/supervisor) | autocompletion for http://supervisord.org |
|
||||
| [taskwarrior](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/taskwarrior) | autocompletion for http://taskwarrior.org |
|
||||
| [terminitor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/terminitor) | **[RENAMED to consular]** Consular automates your development workflow setup https://github.com/achiu/consular |
|
||||
| [tmux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux) | enhanced Tmux support |
|
||||
| [tmuxinator](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmuxinator) | enhanced Tmux support |
|
||||
| [torrent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/torrent) | magnet2torrent converter function |
|
||||
| [tugboat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tugboat) | Digital Ocean droplet manager |
|
||||
| [urltools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/urltools) | urlencode/urldecode etc |
|
||||
| [vi-mode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode) | self descriptive |
|
||||
| [vundle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vundle) | Vim plugin manager http://github.com/gmarik/vundle |
|
||||
| [wakeonlan](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wakeonlan) | funcs for wakeonlan tool |
|
||||
| [web-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/web-search) | google from CLI |
|
||||
|
||||
** (To make it work on Ubuntu do `echo DEBIAN_PREVENT_KEYBOARD_CHANGES=yes>>~/.zshenv`).
|
||||
|
||||
@ -61,141 +61,141 @@
|
||||
|
||||
| Name | Description |
|
||||
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------- |
|
||||
| [autojump](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/autojump) | shell extension to jump to frequently used directories |
|
||||
| [fasd](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/fasd) | quick access to files and dirs https://github.com/clvv/fasd |
|
||||
| [jump](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/jump) | allows to mark dirs and jump to marks |
|
||||
| [pj](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/pj) | aliases for quick access to projects dir |
|
||||
| [wd](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/wd) | yet another autojump tool github.com/mfaerevaag/wd |
|
||||
| [z](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/z) | yet another autojump |
|
||||
| [autojump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autojump) | shell extension to jump to frequently used directories |
|
||||
| [fasd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd) | quick access to files and dirs https://github.com/clvv/fasd |
|
||||
| [jump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump) | allows to mark dirs and jump to marks |
|
||||
| [pj](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pj) | aliases for quick access to projects dir |
|
||||
| [wd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wd) | yet another autojump tool github.com/mfaerevaag/wd |
|
||||
| [z](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/z) | yet another autojump |
|
||||
|
||||
### Build tools
|
||||
|
||||
| Name | Description |
|
||||
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
||||
| [ant](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/ant) | Java build tool http://ant.apache.org/ |
|
||||
| [bower](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/bower) | Front-end package manager https://github.com/bower/bower |
|
||||
| [cabal](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/cabal) | Haskell package manager http://www.haskell.org/cabal/ |
|
||||
| [cake](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/cake) | CoffeeScript build tool |
|
||||
| [coffee](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/coffee) | CoffeeScript completion |
|
||||
| [cpanm](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/cpanm) | cpanminus get, unpack, build, install Perl modules https://github.com/miyagawa/cpanminus/ |
|
||||
| [docker](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/docker) | application shipment tool https://github.com/dotcloud/docker |
|
||||
| [gas](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gas) | small utility used to manage Git authors. https://github.com/walle/gas |
|
||||
| [git](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/git) | extras: git-extras gitfast git-flow git-flow-avh git-hubflow git-remote-branch |
|
||||
| [github](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/github) | cli access, url shortener |
|
||||
| [gitignore](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gitignore) | git alias to fetch default .gitignore files from http://gitignore.io/ |
|
||||
| [gnu-utils](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gnu-utils) | GNU coreutils wrappers to override shell builtins |
|
||||
| [golang](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/golang) | Go build tool http://golang.org/cmd/go/ |
|
||||
| [gradle](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gradle) | build automation tool http://www.gradle.org/ |
|
||||
| [grails](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/grails) | funcs for grails script management http://grails.org/ |
|
||||
| [heroku](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/heroku) | cli access https://www.heroku.com/ |
|
||||
| [jira](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/jira) | JIRA cli access |
|
||||
| [knife](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/knife) | knife autocompletion |
|
||||
| [knife_ssh](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/knife_ssh) | knife autocompletion |
|
||||
| [lein](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/lein) | leiningen autocompletion http://leiningen.org |
|
||||
| [lighthouse](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/lighthouse) | CLI access to issue tracker Lighthouse, http://lighthouseapp.com/ |
|
||||
| [mercurial](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mercurial) | hg autocompletion |
|
||||
| [mix](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mix) | Elixir build tool autocompletion http://elixir-lang.org/docs/stable/mix |
|
||||
| [mvn](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mvn) | maven completion |
|
||||
| [nanoc](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/nanoc) | static website generator http://nanoc.ws/ |
|
||||
| [postgres](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/postgres) | aliases for Postgres managing |
|
||||
| [perl](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/perl) | aliases for Perl |
|
||||
| [rebar](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/rebar) | Erlang build tool autocompletion |
|
||||
| [redis-cli](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/redis-cli) | Redis autocompletion |
|
||||
| [repo](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/repo) | git repo management tool autocompletion https://code.google.com/p/git-repo/ |
|
||||
| [sbt](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/sbt) | autocomplete for ScalaBuildTool http://www.scala-sbt.org/ |
|
||||
| [scala](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/scala) | autocomplete |
|
||||
| [sfffe](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/sfffe) | aliases for ack (JS & CSS grepping) http://beyondgrep.com/ |
|
||||
| [svn](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/svn) | subversion autocompletion |
|
||||
| [svn-fast-info](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/svn-fast-info) | faster subversion autocompletion (especially interesting on big project) |
|
||||
| [vagrant](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/vagrant) | quick development env deployment http://www.vagrantup.com/ |
|
||||
| [ant](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ant) | Java build tool http://ant.apache.org/ |
|
||||
| [bower](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bower) | Front-end package manager https://github.com/bower/bower |
|
||||
| [cabal](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cabal) | Haskell package manager http://www.haskell.org/cabal/ |
|
||||
| [cake](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cake) | CoffeeScript build tool |
|
||||
| [coffee](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/coffee) | CoffeeScript completion |
|
||||
| [cpanm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cpanm) | cpanminus get, unpack, build, install Perl modules https://github.com/miyagawa/cpanminus/ |
|
||||
| [docker](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker) | application shipment tool https://github.com/dotcloud/docker |
|
||||
| [gas](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gas) | small utility used to manage Git authors. https://github.com/walle/gas |
|
||||
| [git](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git) | extras: git-extras gitfast git-flow git-flow-avh git-hubflow git-remote-branch |
|
||||
| [github](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/github) | cli access, url shortener |
|
||||
| [gitignore](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitignore) | git alias to fetch default .gitignore files from http://gitignore.io/ |
|
||||
| [gnu-utils](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gnu-utils) | GNU coreutils wrappers to override shell builtins |
|
||||
| [golang](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/golang) | Go build tool http://golang.org/cmd/go/ |
|
||||
| [gradle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gradle) | build automation tool http://www.gradle.org/ |
|
||||
| [grails](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/grails) | funcs for grails script management http://grails.org/ |
|
||||
| [heroku](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/heroku) | cli access https://www.heroku.com/ |
|
||||
| [jira](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jira) | JIRA cli access |
|
||||
| [knife](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/knife) | knife autocompletion |
|
||||
| [knife_ssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/knife_ssh) | knife autocompletion |
|
||||
| [lein](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lein) | leiningen autocompletion http://leiningen.org |
|
||||
| [lighthouse](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lighthouse) | CLI access to issue tracker Lighthouse, http://lighthouseapp.com/ |
|
||||
| [mercurial](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mercurial) | hg autocompletion |
|
||||
| [mix](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mix) | Elixir build tool autocompletion http://elixir-lang.org/docs/stable/mix |
|
||||
| [mvn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mvn) | maven completion |
|
||||
| [nanoc](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nanoc) | static website generator http://nanoc.ws/ |
|
||||
| [postgres](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/postgres) | aliases for Postgres managing |
|
||||
| [perl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/perl) | aliases for Perl |
|
||||
| [rebar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rebar) | Erlang build tool autocompletion |
|
||||
| [redis-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli) | Redis autocompletion |
|
||||
| [repo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/repo) | git repo management tool autocompletion https://code.google.com/p/git-repo/ |
|
||||
| [sbt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sbt) | autocomplete for ScalaBuildTool http://www.scala-sbt.org/ |
|
||||
| [scala](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/scala) | autocomplete |
|
||||
| [sfffe](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sfffe) | aliases for ack (JS & CSS grepping) http://beyondgrep.com/ |
|
||||
| [svn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/svn) | subversion autocompletion |
|
||||
| [svn-fast-info](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/svn-fast-info) | faster subversion autocompletion (especially interesting on big project) |
|
||||
| [vagrant](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vagrant) | quick development env deployment http://www.vagrantup.com/ |
|
||||
|
||||
### Node JS
|
||||
|
||||
| Name | Description |
|
||||
| ------------------------------------------------------------------------------------ | ----------------------------------------------------- |
|
||||
| [jake-node](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/jake-node) | NodeJS build tool Jake https://github.com/mde/jake |
|
||||
| [node](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/node) | NodeJS docs easy access via CLI |
|
||||
| [npm](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/npm) | package manager for NodeJS |
|
||||
| [nvm](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/nvm) | NodeJS version manager |
|
||||
| [jake-node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jake-node) | NodeJS build tool Jake https://github.com/mde/jake |
|
||||
| [node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/node) | NodeJS docs easy access via CLI |
|
||||
| [npm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm) | package manager for NodeJS |
|
||||
| [nvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nvm) | NodeJS version manager |
|
||||
|
||||
### PHP
|
||||
|
||||
| Name | Description |
|
||||
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
|
||||
| [composer](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/composer) | PHP dependency manager http://getcomposer.org |
|
||||
| [laravel](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/laravel) | PHP deployment tool artisan completion http://laravel.com/docs/master/artisan |
|
||||
| [phing](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/phing) | Ant-like build system for PHP http://phing.info |
|
||||
| [symfony](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/symfony) | PHP webframework http://symfony.com |
|
||||
| [symfony2](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/symfony2) | PHP webframework http://symfony.com |
|
||||
| [yii](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/yii) | PHP webframework http://yiiframework.com |
|
||||
| [yii2](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/yii2) | PHP webframework http://yiiframework.com |
|
||||
| [composer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer) | PHP dependency manager http://getcomposer.org |
|
||||
| [laravel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel) | PHP deployment tool artisan completion http://laravel.com/docs/master/artisan |
|
||||
| [phing](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/phing) | Ant-like build system for PHP http://phing.info |
|
||||
| [symfony](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony) | PHP webframework http://symfony.com |
|
||||
| [symfony2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony2) | PHP webframework http://symfony.com |
|
||||
| [yii](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yii) | PHP webframework http://yiiframework.com |
|
||||
| [yii2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yii2) | PHP webframework http://yiiframework.com |
|
||||
|
||||
### Ruby
|
||||
|
||||
| [Name](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/Name) | Description |
|
||||
| [Name](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/Name) | Description |
|
||||
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
|
||||
| [bundler](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/bundler) | package manager http://bundler.io/ |
|
||||
| [capistrano](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/capistrano) | remote deployment tool |
|
||||
| [gem](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gem) | http://rubygems.org/ |
|
||||
| [jruby](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/jruby) | JRuby aliases |
|
||||
| [pow](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/pow) | rack apps restarter http://pow.cx/ |
|
||||
| [powder](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/powder) | powder gem autocompletion https://github.com/Rodreegez/powder |
|
||||
| [powify](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/powify) | another pow manager https://github.com/sethvargo/powify |
|
||||
| [rails](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/rails) | rails aliases for rails 2, rails 3, and rails 4 all in one clean plugin |
|
||||
| [rake](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/rake) | Ruby build tool |
|
||||
| [rbenv](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/rbenv) | Ruby version switcher |
|
||||
| [rbfu](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/rbfu) | **[OBSOLETE]** another Ruby version manager https://github.com/hmans/rbfu |
|
||||
| [ruby](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/ruby) | aliases |
|
||||
| [rvm](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/rvm) | another RubyVersionManager |
|
||||
| [thor](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/thor) | Ruby doc tool https://github.com/erikhuda/thor |
|
||||
| [zeus](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/zeus) | funcs for Zeus (Rails env preloader) https://github.com/burke/zeus |
|
||||
| [bundler](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bundler) | package manager http://bundler.io/ |
|
||||
| [capistrano](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/capistrano) | remote deployment tool |
|
||||
| [gem](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gem) | http://rubygems.org/ |
|
||||
| [jruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jruby) | JRuby aliases |
|
||||
| [pow](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pow) | rack apps restarter http://pow.cx/ |
|
||||
| [powder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powder) | powder gem autocompletion https://github.com/Rodreegez/powder |
|
||||
| [powify](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powify) | another pow manager https://github.com/sethvargo/powify |
|
||||
| [rails](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rails) | rails aliases for rails 2, rails 3, and rails 4 all in one clean plugin |
|
||||
| [rake](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rake) | Ruby build tool |
|
||||
| [rbenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbenv) | Ruby version switcher |
|
||||
| [rbfu](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbfu) | **[OBSOLETE]** another Ruby version manager https://github.com/hmans/rbfu |
|
||||
| [ruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ruby) | aliases |
|
||||
| [rvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rvm) | another RubyVersionManager |
|
||||
| [thor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/thor) | Ruby doc tool https://github.com/erikhuda/thor |
|
||||
| [zeus](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zeus) | funcs for Zeus (Rails env preloader) https://github.com/burke/zeus |
|
||||
|
||||
### Python
|
||||
|
||||
| Name | Description |
|
||||
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| [celery](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/celery) | Python distributed task queue |
|
||||
| [django](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/django) | https://www.djangoproject.com/ |
|
||||
| [fabric](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/fabric) | remote deployment tool http://docs.fabfile.org/en/1.8/ |
|
||||
| [pip](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/pip) | Python package manager http://www.pip-installer.org/en/latest/ |
|
||||
| [python](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/python) | python aliases (pyfind, pyclean, pygrep) |
|
||||
| [pyenv](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/pyenv) | python version management |
|
||||
| [virtualenv](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/virtualenv) | https://pypi.python.org/pypi/virtualenv isolated Python envs |
|
||||
| [virtualenvwrapper](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/virtualenvwrapper) | https://pypi.python.org/pypi/virtualenv isolated Python envs |
|
||||
| [celery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/celery) | Python distributed task queue |
|
||||
| [django](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/django) | https://www.djangoproject.com/ |
|
||||
| [fabric](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fabric) | remote deployment tool http://docs.fabfile.org/en/1.8/ |
|
||||
| [pip](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pip) | Python package manager http://www.pip-installer.org/en/latest/ |
|
||||
| [python](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/python) | python aliases (pyfind, pyclean, pygrep) |
|
||||
| [pyenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pyenv) | python version management |
|
||||
| [virtualenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/virtualenv) | https://pypi.python.org/pypi/virtualenv isolated Python envs |
|
||||
| [virtualenvwrapper](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/virtualenvwrapper) | https://pypi.python.org/pypi/virtualenv isolated Python envs |
|
||||
|
||||
### Distro-related
|
||||
|
||||
| Name | Description |
|
||||
| ------------------------------------------------------------------------------------ | ----------------------------------------- |
|
||||
| [archlinux](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/archlinux) | aliases for yaourt and pacman |
|
||||
| [debian](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/debian) | aliases for apt* utils |
|
||||
| [dnf](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/dnf) | aliases for `dnf` |
|
||||
| [suse](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/suse) | aliases for SUSE Linux (zypper aliases) |
|
||||
| [systemd](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/systemd) | aliases |
|
||||
| [yum](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/yum) | aliases |
|
||||
| [archlinux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux) | aliases for yaourt and pacman |
|
||||
| [debian](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/debian) | aliases for apt* utils |
|
||||
| [dnf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnf) | aliases for `dnf` |
|
||||
| [suse](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/suse) | aliases for SUSE Linux (zypper aliases) |
|
||||
| [systemd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd) | aliases |
|
||||
| [yum](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yum) | aliases |
|
||||
|
||||
### MacOS
|
||||
|
||||
| Name | Description |
|
||||
| -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| [apache2-macports](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/apache2-macports) | apache management functions |
|
||||
| [brew](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/brew) | package manager http://brew.sh/ |
|
||||
| [cloudapp](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/cloudapp) | completion for cloudapp http://getcloudapp.com/ |
|
||||
| [forklift](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/forklift) | MacOS file browser |
|
||||
| [macports](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/macports) | macport autocompletion |
|
||||
| [mysql-macports](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mysql-macports) | same as apache-macport for MySQL |
|
||||
| [osx](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/osx) | MacOS completions and iTunes & Spotify control |
|
||||
| [pod](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/pod) | http://cocoapods.org library dependency manager for Xcode |
|
||||
| [terminalapp](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/terminalapp) | Apple Terminal enhancer |
|
||||
| [textmate](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/textmate) | aliases |
|
||||
| [apache2-macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/apache2-macports) | apache management functions |
|
||||
| [brew](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/brew) | package manager http://brew.sh/ |
|
||||
| [cloudapp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cloudapp) | completion for cloudapp http://getcloudapp.com/ |
|
||||
| [forklift](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/forklift) | MacOS file browser |
|
||||
| [macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/macports) | macport autocompletion |
|
||||
| [mysql-macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mysql-macports) | same as apache-macport for MySQL |
|
||||
| [osx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/osx) | MacOS completions and iTunes & Spotify control |
|
||||
| [pod](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pod) | http://cocoapods.org library dependency manager for Xcode |
|
||||
| [terminalapp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/terminalapp) | Apple Terminal enhancer |
|
||||
| [textmate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/textmate) | aliases |
|
||||
|
||||
### Misc
|
||||
|
||||
| Name | Description |
|
||||
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
||||
| [battery](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/battery) | allows see battery status in PS |
|
||||
| [emoji-clock](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/emoji-clock) | fancy shell clocks |
|
||||
| [lol](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/lol) | dowant |
|
||||
| [nyan](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/nyan) | Nyan Cat in terminal
|
||||
| [rand-quote](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/rand-quote) | quote function for random quotes from http://www.quotationspage.com/random.php |
|
||||
| [themes](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/themes) | ZSH theme switcher |
|
||||
| [battery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/battery) | allows see battery status in PS |
|
||||
| [emoji-clock](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji-clock) | fancy shell clocks |
|
||||
| [lol](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lol) | dowant |
|
||||
| [nyan](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nyan) | Nyan Cat in terminal
|
||||
| [rand-quote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rand-quote) | quote function for random quotes from http://www.quotationspage.com/random.php |
|
||||
| [themes](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/themes) | ZSH theme switcher |
|
34
Plugins.md
34
Plugins.md
@ -1,5 +1,5 @@
|
||||
Enable the plugins you want by editing your
|
||||
[*~/.zshrc*](https://github.com/robbyrussell/oh-my-zsh/blob/master/templates/zshrc.zsh-template#L48) file.
|
||||
[*~/.zshrc*](https://github.com/ohmyzsh/ohmyzsh/blob/master/templates/zshrc.zsh-template#L48) file.
|
||||
|
||||
##### _Example:_
|
||||
```shell
|
||||
@ -110,7 +110,7 @@ Below is a list of bundled plugins
|
||||
- [github](#github)
|
||||
- [git-hubflow](#git-hubflow)
|
||||
- [gitignore](#gitignore)
|
||||
- [git-prompt](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git-prompt/README.md)
|
||||
- [git-prompt](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git-prompt/README.md)
|
||||
- [git-remote-branch](#git-remote-branch)
|
||||
- [glassfish](#glassfish)
|
||||
- [globalias](#globalias)
|
||||
@ -333,7 +333,7 @@ Enabled [aliases](https://wiki.archlinux.org/index.php/Pacman_Tips) for `pacman`
|
||||
**Maintainer:** [RobLoach](https://github.com/RobLoach)
|
||||
|
||||
A plugin for the _extendable version manager_ [asdf](https://github.com/asdf-vm/asdf).
|
||||
See the [README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/asdf) for usage information.
|
||||
See the [README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf) for usage information.
|
||||
|
||||
---
|
||||
|
||||
@ -427,7 +427,7 @@ Enables aliases to [Bundler](http://gembundler.com/).
|
||||
| bp | Bundle package |
|
||||
| bu | Bundle update |
|
||||
|
||||
Also creates shell aliases so you don't have to type "bundle exec" before most common ruby commands when you are in a directory with a Gemfile. Here is a [list of commands](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/bundler/bundler.plugin.zsh#L9) it does this for: `annotate cap capify cucumber ey foreman guard heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails`
|
||||
Also creates shell aliases so you don't have to type "bundle exec" before most common ruby commands when you are in a directory with a Gemfile. Here is a [list of commands](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/bundler/bundler.plugin.zsh#L9) it does this for: `annotate cap capify cucumber ey foreman guard heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails`
|
||||
|
||||
---
|
||||
|
||||
@ -466,7 +466,7 @@ Commands for [Capistrano](https://github.com/capistrano/capistrano/wiki), a depl
|
||||
Loads completion from non-standard locations for [`cask`, a project management tool
|
||||
for Emacs](https://github.com/cask/cask).
|
||||
|
||||
For more information see [the README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/cask).
|
||||
For more information see [the README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cask).
|
||||
|
||||
---
|
||||
|
||||
@ -784,7 +784,7 @@ After that, ALT-DOWN will probably go to /usr/bin (depends on your /usr structur
|
||||
|
||||
Currently the max history size is 30. The navigation should work for xterm, PuTTY xterm mode, GNU screen, and on MAC with alternate keys as mentioned above.
|
||||
|
||||
**See also**: [dircycle](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#dircycle) enables more efficient back/forward navigation by using the built-in directory stack, but lacks the ability to traverse up/down directories (although this is simple to add with a keybinding to `cd ..`).
|
||||
**See also**: [dircycle](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins#dircycle) enables more efficient back/forward navigation by using the built-in directory stack, but lacks the ability to traverse up/down directories (although this is simple to add with a keybinding to `cd ..`).
|
||||
|
||||
---
|
||||
|
||||
@ -801,7 +801,7 @@ Currently the max history size is 30. The navigation should work for xterm, PuTT
|
||||
**Maintainer:** [robbyrussell](https://github.com/robbyrussell)
|
||||
|
||||
Adds completion for [django and `manage.py`](https://www.djangoproject.com/).
|
||||
[See for more info](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/django).
|
||||
[See for more info](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/django).
|
||||
|
||||
---
|
||||
|
||||
@ -825,7 +825,7 @@ Adds completion for [django and `manage.py`](https://www.djangoproject.com/).
|
||||
| dnfgr | `sudo dnf groupremove` | Remove package group |
|
||||
| dnfc | `sudo dnf clean all` | Clean cache |
|
||||
|
||||
See the [README](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/dnf/) for more information.
|
||||
See the [README](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/dnf/) for more information.
|
||||
|
||||
---
|
||||
|
||||
@ -912,7 +912,7 @@ extract -r abc.zip
|
||||
|
||||
**Maintainer:** [Ján Koščo](https://github.com/s7anley)
|
||||
|
||||
See the [README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/geeknote) for more info.
|
||||
See the [README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/geeknote) for more info.
|
||||
|
||||
---
|
||||
|
||||
@ -939,7 +939,7 @@ See the [README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/g
|
||||
**Maintainers:** [@Stibbons](https://github.com/Stibbons), [@ncanceill](https://github.com/ncanceill)
|
||||
|
||||
Adds a lot of git aliases and functions for day-to-day git operations. See the
|
||||
[README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/git/) for a list.
|
||||
[README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git/) for a list.
|
||||
|
||||
---
|
||||
|
||||
@ -1133,7 +1133,7 @@ handy command line tools for dealing with json data.
|
||||
|
||||
## kubectl
|
||||
|
||||
Adds `kubectl` autocompletion and aliases. Usage documentation can be found in the [plugin README](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/kubectl/README.md).
|
||||
Adds `kubectl` autocompletion and aliases. Usage documentation can be found in the [plugin README](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/kubectl/README.md).
|
||||
|
||||
---
|
||||
|
||||
@ -1215,7 +1215,7 @@ Keeps track of the last used directory and automatically jumps to it for new she
|
||||
|
||||
Plus it adds mercurial repo info into zsh prompt.
|
||||
|
||||
See detailed instructions in [plugin README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mercurial)
|
||||
See detailed instructions in [plugin README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mercurial)
|
||||
|
||||
---
|
||||
|
||||
@ -1280,7 +1280,7 @@ Enhances the [Nanoc](http://nanoc.stoneship.org/) static site generator with ali
|
||||
## ng
|
||||
|
||||
Adds completion for `angular-cli` (also called `ng`).
|
||||
See [the README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/ng) for more information.
|
||||
See [the README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ng) for more information.
|
||||
|
||||
**Maintainer:** [@catull](https://github.com/catull)
|
||||
|
||||
@ -1319,7 +1319,7 @@ See [the README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/n
|
||||
| `itunes` | Control iTunes. User `itunes -h` for usage details |
|
||||
| `spotify` | Control Spotify and search by artist, album, track and etc.|
|
||||
|
||||
See the [README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/osx) for more information.
|
||||
See the [README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/osx) for more information.
|
||||
|
||||
**Maintainer:** [robbyrussell](https://github.com/robbyrussell)
|
||||
|
||||
@ -1734,7 +1734,7 @@ Note that if a filename is misspelled or doesn't have the necessary path descrip
|
||||
|
||||
## tig
|
||||
|
||||
Adds aliases for `tig`. See [the README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/tig) for more information.
|
||||
Adds aliases for `tig`. See [the README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tig) for more information.
|
||||
|
||||
---
|
||||
|
||||
@ -1814,7 +1814,7 @@ Adds command line utilities for URL manipulation.
|
||||
|
||||
**Maintainer:** [robbyrussell](https://github.com/robbyrussell)
|
||||
|
||||
** Read the plugin [README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/vi-mode) file **
|
||||
** Read the plugin [README](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode) file **
|
||||
|
||||
- Increase zsh `vi-like` functionality
|
||||
|
||||
@ -1990,7 +1990,7 @@ Enables aliases for [Yum](http://yum.baseurl.org), the popular front-end to the
|
||||
|
||||
**Maintainer:** [johnjohndoe](https://github.com/johnjohndoe)
|
||||
|
||||
Completion plugin for [zeus](https://github.com/burke/zeus). The describing texts are inspired by the texts given in the [documentation of Rails command line tools](http://guides.rubyonrails.org/command_line.html).*[Source](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/zeus/_zeus)
|
||||
Completion plugin for [zeus](https://github.com/burke/zeus). The describing texts are inspired by the texts given in the [documentation of Rails command line tools](http://guides.rubyonrails.org/command_line.html).*[Source](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/zeus/_zeus)
|
||||
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
All the current themes can be found in the `themes/` directory in the oh-my-zsh distribution. [See list here.](http://github.com/robbyrussell/oh-my-zsh/tree/master/themes/)
|
||||
All the current themes can be found in the `themes/` directory in the oh-my-zsh distribution. [See list here.](http://github.com/ohmyzsh/ohmyzsh/tree/master/themes/)
|
||||
|
||||
In order to enable a theme, set `ZSH_THEME` to the name of the theme in your `~/.zshrc`, before sourcing Oh My Zsh; for example: `ZSH_THEME=robbyrussell`
|
||||
If you do not want any theme enabled, just set `ZSH_THEME` to blank: `ZSH_THEME=""`
|
||||
@ -97,7 +97,7 @@ To use: In the right prompt you see git status and (if you use nvm) the Node.js
|
||||
### dieter
|
||||
[![dieter](https://cloud.githubusercontent.com/assets/2618447/6316724/51b2886e-ba00-11e4-805f-c622567608e3.png)](https://cloud.githubusercontent.com/assets/2618447/6316724/51b2886e-ba00-11e4-805f-c622567608e3.png)
|
||||
|
||||
Additional setup: Get this small [[fix|https://github.com/Dieterbe/oh-my-zsh/commit/7ca0afd6861fe0c9e6903a08f0e469746df627e0]] if you don’t have it yet. (Fix was [[pulled|https://github.com/robbyrussell/oh-my-zsh/commit/8294cf44d1d348fd1590ee28b5be8483fb012153]] into robbyrussell/oh-my-zsh on 2011-01-08.)
|
||||
Additional setup: Get this small [[fix|https://github.com/Dieterbe/oh-my-zsh/commit/7ca0afd6861fe0c9e6903a08f0e469746df627e0]] if you don’t have it yet. (Fix was [[pulled|https://github.com/ohmyzsh/ohmyzsh/commit/8294cf44d1d348fd1590ee28b5be8483fb012153]] into ohmyzsh/ohmyzsh on 2011-01-08.)
|
||||
|
||||
### dogenpunk
|
||||
[![dogenpunk](https://cloud.githubusercontent.com/assets/2618447/6316727/51b8067c-ba00-11e4-8e59-722a79ec60c2.png)](https://cloud.githubusercontent.com/assets/2618447/6316727/51b8067c-ba00-11e4-8e59-722a79ec60c2.png)
|
||||
@ -347,13 +347,13 @@ It is recommended to use with a dark background.
|
||||
[![zhann](https://cloud.githubusercontent.com/assets/2618447/6316771/520a5170-ba00-11e4-9561-78f0c76e996c.png)](https://cloud.githubusercontent.com/assets/2618447/6316771/520a5170-ba00-11e4-9561-78f0c76e996c.png)
|
||||
|
||||
## More themes
|
||||
You can find more themes [here](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes).
|
||||
You can find more themes [here](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes).
|
||||
|
||||
## (Don’t) Send us your theme! (for now)
|
||||
|
||||
We have enough themes for the time being. Please fork the project and add on in there, you can let people know how to grab it from there.
|
||||
|
||||
Or put it gist and list it in https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes .
|
||||
Or put it gist and list it in https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes .
|
||||
|
||||
## Theme Description Format
|
||||
|
||||
|
@ -31,7 +31,7 @@ Many completion problems, including the infamous `command not found: compdef`, c
|
||||
1. First, try to remove your completion cache with `rm ~/.zcompdump*`, close and reopen your shells.
|
||||
|
||||
2. If you still have problems, try fully resetting the completion system, as explained by
|
||||
[**@dragon788**](https://github.com/robbyrussell/oh-my-zsh/issues/630#issuecomment-70291622):
|
||||
[**@dragon788**](https://github.com/ohmyzsh/ohmyzsh/issues/630#issuecomment-70291622):
|
||||
|
||||
```zsh
|
||||
compaudit | xargs chmod g-w,o-w
|
||||
|
@ -1,4 +1,4 @@
|
||||
We're having a discussion on the need to have [a few moderators](https://github.com/robbyrussell/oh-my-zsh/issues/2771) as well as having some [general guidelines](https://github.com/robbyrussell/oh-my-zsh/issues/3770) and [help](https://github.com/robbyrussell/oh-my-zsh/wiki/Contribution-Technical-Practices) for new collaborators in the project, whether they want to submit a patch, report a bug or just ask a question. Feel free to write your opinion!
|
||||
We're having a discussion on the need to have [a few moderators](https://github.com/ohmyzsh/ohmyzsh/issues/2771) as well as having some [general guidelines](https://github.com/ohmyzsh/ohmyzsh/issues/3770) and [help](https://github.com/ohmyzsh/ohmyzsh/wiki/Contribution-Technical-Practices) for new collaborators in the project, whether they want to submit a patch, report a bug or just ask a question. Feel free to write your opinion!
|
||||
|
||||
***
|
||||
|
||||
@ -20,6 +20,6 @@ Get in touch with [@robbyrussell](https://github.com/robbyrussell) and [@mcornel
|
||||
|
||||
### Contributions needed
|
||||
|
||||
* Many [plugins](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins) are still missing a proper
|
||||
* Many [plugins](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins) are still missing a proper
|
||||
ReadMe file
|
||||
* Some wiki pages ([[Plugins]], [[Plugins Overview]], _etc_) need updating
|
@ -1,4 +1,4 @@
|
||||
[Homepage](https://github.com/robbyrussell/oh-my-zsh)
|
||||
[Homepage](https://github.com/ohmyzsh/ohmyzsh)
|
||||
— [Website](https://ohmyz.sh)
|
||||
— [Twitter](https://twitter.com/ohmyzsh)
|
||||
— [Merchandise](https://shop.planetargon.com/search?q=ohmyzsh)
|
Loading…
Reference in New Issue
Block a user