From 095437b4225d35f4dcb176853f53f15b4fd7ec5c Mon Sep 17 00:00:00 2001 From: Jeff Held Date: Mon, 26 Oct 2020 22:08:29 +0100 Subject: [PATCH] Update Oh My Zsh project URL Change instances of 'robbyrussell/oh-my-zsh' to 'ohmyzsh/ohmyzsh' --- README.mkd | 8 ++++---- bin/antigen.zsh | 6 +++--- src/helpers/get-themes.zsh | 2 +- src/lib/env-setup.zsh | 2 +- tests/clone-dir.t | 4 ++-- tests/use.t | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.mkd b/README.mkd index 1b1021e6..412e68f9 100644 --- a/README.mkd +++ b/README.mkd @@ -85,9 +85,9 @@ there was any progress made. So, I'm trying to start this off with Antigen, hoping to better this situation. Please note that I'm by no means a zsh or any shell script expert (far from it). -[1]: https://github.com/robbyrussell/oh-my-zsh/issues/465 -[2]: https://github.com/robbyrussell/oh-my-zsh/issues/377 -[3]: https://github.com/robbyrussell/oh-my-zsh/issues/1014 +[1]: https://github.com/ohmyzsh/ohmyzsh/issues/465 +[2]: https://github.com/ohmyzsh/ohmyzsh/issues/377 +[3]: https://github.com/ohmyzsh/ohmyzsh/issues/1014 Inspired by vundle, Antigen can pull oh-my-zsh style plugins from various github repositories. You are not limited to use plugins from the oh-my-zsh repository @@ -130,7 +130,7 @@ you may find useful. [Vundle]: https://github.com/gmarik/vundle [awesome-zsh-plugins]: https://github.com/unixorn/awesome-zsh-plugins [wild]: https://github.com/zsh-users/antigen/wiki/In-the-wild -[oh-my-zsh]: https://github.com/robbyrussell/oh-my-zsh +[oh-my-zsh]: https://github.com/ohmyzsh/ohmyzsh [issue]: https://github.com/zsh-users/antigen/issues [license]: http://mit.sharats.me [contributing]: https://github.com/zsh-users/antigen/wiki/Contributing diff --git a/bin/antigen.zsh b/bin/antigen.zsh index aeba2a7a..319f1046 100644 --- a/bin/antigen.zsh +++ b/bin/antigen.zsh @@ -244,7 +244,7 @@ antigen () { # Returns # List of themes by name -antigen-get-themes () { - local library='robbyrussell/oh-my-zsh' + local library='ohmyzsh/ohmyzsh' local bundle=$(-antigen-find-bundle $library) if [[ -n "$bundle" ]]; then @@ -433,7 +433,7 @@ antigen () { # Pre-startup initializations. -antigen-set-default ANTIGEN_OMZ_REPO_URL \ - https://github.com/robbyrussell/oh-my-zsh.git + https://github.com/ohmyzsh/ohmyzsh.git -antigen-set-default ANTIGEN_PREZTO_REPO_URL \ https://github.com/sorin-ionescu/prezto.git -antigen-set-default ANTIGEN_DEFAULT_REPO_URL $ANTIGEN_OMZ_REPO_URL @@ -1402,7 +1402,7 @@ antigen-use () { antigen-version () { local extensions - printf "Antigen %s (%s)\nRevision date: %s\n" "develop" "d1dd78b" "2018-01-15 14:37:21 -0300" + printf "Antigen %s (%s)\nRevision date: %s\n" "develop" "db1c073" "2020-10-26 22:08:29 +0100" # Show extension information if any is available if (( $+functions[antigen-ext] )); then diff --git a/src/helpers/get-themes.zsh b/src/helpers/get-themes.zsh index 26d60e38..95d54f43 100644 --- a/src/helpers/get-themes.zsh +++ b/src/helpers/get-themes.zsh @@ -6,7 +6,7 @@ # Returns # List of themes by name -antigen-get-themes () { - local library='robbyrussell/oh-my-zsh' + local library='ohmyzsh/ohmyzsh' local bundle=$(-antigen-find-bundle $library) if [[ -n "$bundle" ]]; then diff --git a/src/lib/env-setup.zsh b/src/lib/env-setup.zsh index b0f9786f..63bcbeb7 100644 --- a/src/lib/env-setup.zsh +++ b/src/lib/env-setup.zsh @@ -11,7 +11,7 @@ # Pre-startup initializations. -antigen-set-default ANTIGEN_OMZ_REPO_URL \ - https://github.com/robbyrussell/oh-my-zsh.git + https://github.com/ohmyzsh/ohmyzsh.git -antigen-set-default ANTIGEN_PREZTO_REPO_URL \ https://github.com/sorin-ionescu/prezto.git -antigen-set-default ANTIGEN_DEFAULT_REPO_URL $ANTIGEN_OMZ_REPO_URL diff --git a/tests/clone-dir.t b/tests/clone-dir.t index 83931435..b7a9445b 100644 --- a/tests/clone-dir.t +++ b/tests/clone-dir.t @@ -23,8 +23,8 @@ There may be a dot-git suffix in branches names. You may use a plugin from a library on an specific tag/branch. $ antigen bundle git@v1.2.3-1 - Installing robbyrussell/oh-my-zsh@v1.2.3-1... - git clone .* --branch v1.2.3-1 -- https://github.com/robbyrussell/oh-my-zsh.git .*/bundles/robbyrussell/oh-my-zsh-v1.2.3-1 (re) + Installing ohmyzsh/ohmyzsh@v1.2.3-1... + git clone .* --branch v1.2.3-1 -- https://github.com/ohmyzsh/ohmyzsh.git .*/bundles/ohmyzsh/ohmyzsh-v1.2.3-1 (re) Done. Took *s. (glob) diff --git a/tests/use.t b/tests/use.t index a936cb7a..55dc1e5e 100644 --- a/tests/use.t +++ b/tests/use.t @@ -59,8 +59,8 @@ Test load from oh-my-zsh: $ antigen bundle other/plugin $ antigen apply $ antigen list --long - https://github.com/robbyrussell/oh-my-zsh.git lib plugin true - https://github.com/robbyrussell/oh-my-zsh.git plugins/wd plugin true + https://github.com/ohmyzsh/ohmyzsh.git lib plugin true + https://github.com/ohmyzsh/ohmyzsh.git plugins/wd plugin true https://github.com/other/plugin.git / plugin true Test load from prezto: