Commit df21f50768e454f19867b0732bcaf231024d0e57
1 parent
d1225353a6
Exists in
master
and in
2 other branches
REMOTE REPOS: add README.md
Showing 1 changed file with 35 additions and 0 deletions Side-by-side Diff
repos/README.md
| ... | ... | @@ -0,0 +1,35 @@ |
| 1 | +external repositories | |
| 2 | +===================== | |
| 3 | + | |
| 4 | + | |
| 5 | +**Added Repositories (GitHub)** | |
| 6 | +=============================== | |
| 7 | + | |
| 8 | +**oh-my-zsh** | |
| 9 | +------------- | |
| 10 | + | |
| 11 | +git remote add -f remote--robbyrussell--oh-my-zsh https://github.com/robbyrussell/oh-my-zsh.git && \ | |
| 12 | +git subtree add --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash | |
| 13 | +- - - - - - | |
| 14 | +git fetch remote--robbyrussell--oh-my-zsh && \ | |
| 15 | +git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash | |
| 16 | + | |
| 17 | +---------------------- | |
| 18 | + | |
| 19 | + | |
| 20 | +**Antigen** | |
| 21 | +----------- | |
| 22 | + | |
| 23 | +git remote add -f remote--zsh-user--antigen https://github.com/zsh-users/antigen.git && \ | |
| 24 | +git subtree add --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash | |
| 25 | +- - - - - - | |
| 26 | +git fetch remote--robbyrussell--oh-my-zsh && \ | |
| 27 | +git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash | |
| 28 | + | |
| 29 | +---------------------- | |
| 30 | + | |
| 31 | + | |
| 32 | +That's all, Folks! | |
| 33 | +------------------ | |
| 34 | + | |
| 35 | +- - - - - - - - - | |
| 0 | 36 | \ No newline at end of file |