Support for @sorin-ionescu rewrite of oh-my-zsh
Sorin's OMZ rewrite is a bit nicer, as it's written in more native style ZSH, doesn't do auto updates, and incorporates many bugfixes, and is more actively maintained than Robby's branch. For now, YADR supports both, so if you want to try out the sorin branch, go to sorin-ionescu/oh-my-zsh, install it, and rerun the YADR installer so that the skwp theme is installed for you. If you want to have them side by side for comparison, rename the old robby one to ~/.oh-my-zsh.robby or similar, so you can toggle back and forth through renames, or symlinks.
This commit is contained in:
@@ -100,11 +100,12 @@ If that doesn't work, move the OSX supplied ctags [like so](http://www.mattpolit
|
||||
sudo mv /usr/bin/ctags /usr/bin/ctags_original
|
||||
```
|
||||
|
||||
### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
|
||||
### [oh-my-zsh](https://github.com/sorin-ionescu/oh-my-zsh)
|
||||
|
||||
```bash
|
||||
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
|
||||
```
|
||||
Follow instructions here: [oh-my-zsh](https://github.com/sorin-ionescu/oh-my-zsh)
|
||||
|
||||
We prefer the @sorin-ionescu rewrite of Oh My Zsh. It will eventually be shipped
|
||||
as a submodule of YADR, although you can use the original @robbyrussell version as well.
|
||||
|
||||
### [fasd](https://github.com/clvv/fasd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user