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