Commit 30259611f4913fd4b61c099f4e90ee1884510f17
1 parent
6f15acd80e
Exists in
master
and in
2 other branches
[IMP] REMOVE REMOTE from README: zsh-users/antigen
Showing 1 changed file with 1 additions and 20 deletions Inline Diff
repos/README.md
1 | external repositories | 1 | external repositories |
2 | ===================== | 2 | ===================== |
3 | 3 | ||
4 | 4 | ||
5 | **Added Repositories (GitHub)** | 5 | **Added Repositories (GitHub)** |
6 | =============================== | 6 | =============================== |
7 | 7 | ||
8 | **oh-my-zsh** | 8 | **oh-my-zsh** |
9 | ------------- | 9 | ------------- |
10 | 10 | ||
11 | git remote add -f remote--robbyrussell--oh-my-zsh https://github.com/robbyrussell/oh-my-zsh.git && \ | 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 | 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 | 13 | ||
17 | ---------------------- | 14 | ---------------------- |
18 | 15 | ||
19 | 16 | ||
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--zsh-user--antigen && \ | ||
27 | git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash | ||
28 | |||
29 | ---------------------- | ||
30 | ---------------------- | ||
31 | |||
32 | **Update** | 17 | **Update** |
33 | ---------- | 18 | ---------- |
34 | 19 | ||
35 | git fetch --no-tags remote--robbyrussell--oh-my-zsh && \ | 20 | git fetch --no-tags remote--robbyrussell--oh-my-zsh && \ |
36 | git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash | 21 | git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash |
37 | |||
38 | |||
39 | git fetch --no-tags remote--zsh-user--antigen && \ | ||
40 | git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash | ||
41 | 22 | ||
42 | ---------------------- | 23 | ---------------------- |
43 | 24 | ||
44 | 25 | ||
45 | That's all, Folks! | 26 | That's all, Folks! |
46 | ------------------ | 27 | ------------------ |
47 | 28 | ||
48 | - - - - - - - - - | 29 | - - - - - - - - - |