-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
37 lines (29 loc) · 1.42 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<remote name="origin" fetch="ssh://[email protected]/ivladak/" />
<remote name="kayry" fetch="ssh://kayry/home/vlad/git/" />
<remote name="rupa" fetch="ssh://[email protected]/rupa/" />
<remote name="vim-scripts" fetch="ssh://[email protected]/vim-scripts/" />
<remote name="raimondi" fetch="ssh://[email protected]/Raimondi/" />
<remote name="tpope" fetch="ssh://[email protected]/tpope/" />
<remote name="kopischke" fetch="ssh://[email protected]/kopischke/" />
<remote name="alphapapa" fetch="ssh://[email protected]/alphapapa/" />
<default remote="origin" revision="master" />
<project name=".dotfiles" path="." />
<project name="a.vim" remote="vim-scripts"
path=".vim/pack/plugins/start/a.vim" />
<project name="delimitMate" remote="raimondi"
path = ".vim/pack/plugins/start/delimitMate" />
<project name="vim-fugitive" remote="tpope"
path = ".vim/pack/plugins/start/vim-fugitive" />
<project name="vim-fetch" remote="kopischke"
path = ".vim/pack/plugins/start/vim-fetch" />
<project name="priv" remote="kayry" path = ".priv">
<linkfile src="init-gnus.el" dest=".emacs.d/lisp/init-gnus.el" />
</project>
<project name="solarized-everything-css" remote="alphapapa"
path = ".config/qutebrowser/solarized-everything-css" />
<project name="bin" />
<project name="z" remote="rupa"
path="bin/z" />
</manifest>