-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmrconfig
38 lines (26 loc) · 1.25 KB
/
mrconfig
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
38
[src/conf/vim-pathogen]
checkout = git clone 'git://github.com/tpope/vim-pathogen.git' 'vim-pathogen'
[src/web/bootstrap]
checkout = git clone 'git://github.com/twitter/bootstrap.git' 'bootstrap'
[src/doc/plack-handbook]
checkout = git clone 'git://github.com/miyagawa/plack-handbook.git' 'plack-handbook'
[src/conf/vim-pathogen]
checkout = git clone 'https://github.com/tpope/vim-pathogen.git' 'vim-pathogen'
[src/conf/nerdtree]
checkout = git clone 'https://github.com/scrooloose/nerdtree.git' 'nerdtree'
[src/web/d3]
checkout = git clone 'https://github.com/mbostock/d3' 'd3'
[src/web/d3-plugins]
checkout = git clone 'https://github.com/d3/d3-plugins' 'd3-plugins'
[src/web/Font-Awesome]
checkout = git clone 'git://github.com/FortAwesome/Font-Awesome.git' 'Font-Awesome'
[src/web/Redacted-Font]
checkout = git clone 'https://github.com/christiannaths/Redacted-Font.git' 'Redacted-Font'
[.elisp/floobits]
checkout = git clone 'https://github.com/Floobits/floobits-emacs.git' 'floobits'
[src/mail/dovecot]
checkout = git clone 'https://github.com/Distrotech/dovecot.git' 'dovecot'
[src/mail/exim]
checkout = git clone 'https://github.com/Exim/exim.git' 'exim'
[src/web/normalize.css]
checkout = git clone 'https://github.com/necolas/normalize.css.git' 'normalize.css'