From df21f50768e454f19867b0732bcaf231024d0e57 Mon Sep 17 00:00:00 2001 From: mj Date: Sun, 15 Feb 2015 12:23:12 +0100 Subject: [PATCH] REMOTE REPOS: add README.md --- repos/README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 repos/README.md diff --git a/repos/README.md b/repos/README.md new file mode 100644 index 0000000..6618d7c --- /dev/null +++ b/repos/README.md @@ -0,0 +1,35 @@ +external repositories +===================== + + +**Added Repositories (GitHub)** +=============================== + +**oh-my-zsh** +------------- + +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 + +---------------------- + + +**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--robbyrussell--oh-my-zsh && \ +git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash + +---------------------- + + +That's all, Folks! +------------------ + +- - - - - - - - - \ No newline at end of file -- 2.0.0