annotate install.cfg @ 407:c6da0c9f40ae

Replace subrepos with an install script. Finally.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 10 Jan 2018 00:00:00 -0800
parents
children 52c2cfeed504
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
407
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 [subrepos]
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 vim/bundle/ag = [git]https://github.com/rking/ag.vim.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 vim/bundle/badwolf = https://bitbucket.org/sjl/badwolf
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 vim/bundle/colorschemes = [git]https://github.com/ludovicchabant/vim-colorschemes.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 vim/bundle/commentary = [git]https://github.com/tpope/vim-commentary.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 vim/bundle/ctrlp = [git]https://github.com/ludovicchabant/ctrlp.vim.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 vim/bundle/ctrlp-py-matcher = [git]https://github.com/ludovicchabant/ctrlp-py-matcher.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 vim/bundle/easymotion = [git]https://github.com/Lokaltog/vim-easymotion.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 vim/bundle/fish = [git]https://github.com/dag/vim-fish.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10 vim/bundle/fugitive = [git]https://github.com/tpope/vim-fugitive.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
11 vim/bundle/gundo = https://bitbucket.org/sjl/gundo.vim
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
12 vim/bundle/gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
13 vim/bundle/haml = [git]https://github.com/tpope/vim-haml.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
14 vim/bundle/interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
15 vim/bundle/jinja = [git]https://github.com/mitsuhiko/vim-jinja.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
16 vim/bundle/lawrencium = https://bitbucket.org/ludovicchabant/vim-lawrencium
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
17 vim/bundle/less = [git]https://github.com/groenewege/vim-less.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
18 vim/bundle/lightline = [git]https://github.com/itchyny/lightline.vim.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
19 vim/bundle/linediff = [git]https://github.com/AndrewRadev/linediff.vim.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
20 vim/bundle/markdown = [git]https://github.com/tpope/vim-markdown.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
21 vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
22 vim/bundle/pathogen = [git]https://github.com/tpope/vim-pathogen.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
23 vim/bundle/piecrust = https://bitbucket.org/ludovicchabant/vim-piecrust
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
24 vim/bundle/powerline = [git]https://github.com/Lokaltog/vim-powerline.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
25 vim/bundle/projectroot = [git]https://github.com/dbakker/vim-projectroot.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
26 vim/bundle/python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
27 vim/bundle/pythonmode = [git]https://github.com/klen/python-mode.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
28 vim/bundle/ragtag = [git]https://github.com/tpope/vim-ragtag.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
29 vim/bundle/repeat = [git]https://github.com/tpope/vim-repeat.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
30 vim/bundle/scratch = [git]https://github.com/mtth/scratch.vim.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
31 vim/bundle/sleuth = [git]https://github.com/tpope/vim-sleuth.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
32 vim/bundle/solarized = [git]https://github.com/altercation/vim-colors-solarized.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
33 vim/bundle/supertab = [git]https://github.com/ervandew/supertab.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
34 vim/bundle/surround = [git]https://github.com/tpope/vim-surround.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
35 vim/bundle/syntastic = [git]https://github.com/scrooloose/syntastic.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
36 vim/bundle/tagbar = [git]https://github.com/majutsushi/tagbar.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
37 vim/bundle/todo.txt = [git]https://github.com/freitass/todo.txt-vim.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
38 vim/bundle/twig = [git]https://github.com/beyondwords/vim-twig.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
39 vim/bundle/vimroom = [git]https://github.com/mikewest/vimroom.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
40 vim/bundle/yankring = [git]https://github.com/vim-scripts/YankRing.vim.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
41
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
42 lib/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
43
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
44 lib/hg/allpaths = https://bitbucket.org/ludovicchabant/allpaths
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
45 lib/hg/fast-hg-prompt = https://bitbucket.org/ludovicchabant/fast-hg-prompt
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
46 lib/hg/hg-git = https://bitbucket.org/ludovicchabant/hg-git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
47 lib/hg/hg-git-sync = https://bitbucket.org/ludovicchabant/hg-git-sync
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
48 lib/hg/hg-prompt = https://bitbucket.org/sjl/hg-prompt
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
49 lib/hg/mercurial-cli-templates = https://bitbucket.org/sjl/mercurial-cli-templates
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
50 lib/hg/mutable-history = https://www.mercurial-scm.org/repo/evolve
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
51 lib/hg/onsub = https://bitbucket.org/ludovicchabant/onsub
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
52 lib/hg/path-pattern = https://bitbucket.org/Mekk/mercurial-path_pattern
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
53 lib/hg/terse-status = https://bitbucket.org/durin42/terse-status
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
54
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
55 lib/iterm2/color-schemes = [git]https://github.com/mbadolato/iTerm2-Color-Schemes.git
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
56
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
57 lib/mutt/mutt-colors-solarized = [git]https://github.com/altercation/mutt-colors-solarized
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
58