From 476f9604b1c43a68b903afe1bd0082234d2b702c Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Tue, 20 Aug 2019 20:43:04 -0400 Subject: [PATCH] Remove oh-my-zsh installation instructions oh-my-zsh does a lot of customization and has historically had some conflicts with outdated versions of things. I am happy to support omz users but would prefer not to endorse the framework. --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 1475021e..e9f1c7b2 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,6 @@ tool | add to `.zshrc` [zplug][] | `zplug "geometry-zsh/geometry"` [antigen][] | `antigen theme geometry-zsh/geometry` **manually** | `source geometry/geometry.zsh` (after `git clone https://github.com/geometry-zsh/geometry`) -[oh-my-zsh][] | `ZSH_THEME="geometry/geometry"` (after `git clone https://github.com/geometry-zsh/geometry $ZSH_CUSTOM/themes/`) ## Functions @@ -115,5 +114,4 @@ A big thank you to the dozens of [additional contributors](https://github.com/ge [zr]: https://github.com/jedahan/zr [zplug]: https://github.com/zplug/zplug [antigen]: https://github.com/zsh-users/antigen -[oh-my-zsh]: https://github.com/robbyrussell/oh-my-zsh [our contribution guide]: contributing.md