From 30259611f4913fd4b61c099f4e90ee1884510f17 Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 29 Jul 2015 02:59:22 +0200 Subject: [PATCH] [IMP] REMOVE REMOTE from README: zsh-users/antigen --- repos/README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/repos/README.md b/repos/README.md index 8c91536..221a05c 100644 --- a/repos/README.md +++ b/repos/README.md @@ -9,35 +9,16 @@ external repositories ------------- git remote add -f remote--robbyrussell--oh-my-zsh https://github.com/robbyrussell/oh-my-zsh.git && \ -git subtree add --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash -- - - - - - -git fetch remote--robbyrussell--oh-my-zsh && \ -git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash +git subtree add --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash ---------------------- -**Antigen** ------------ - -git remote add -f remote--zsh-user--antigen https://github.com/zsh-users/antigen.git && \ -git subtree add --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash -- - - - - - -git fetch remote--zsh-user--antigen && \ -git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash - ----------------------- ----------------------- - **Update** ---------- git fetch --no-tags remote--robbyrussell--oh-my-zsh && \ git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash - - -git fetch --no-tags remote--zsh-user--antigen && \ -git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash ---------------------- -- 2.0.0