annotate install.cfg @ 431:e0bb52007402

Add installation of homebrew stuff on Mac.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 01 Apr 2018 22:57:57 -0700
parents 52c2cfeed504
children 06a551d3fbb2
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]
429
52c2cfeed504 Cleanup Vim plugins.
Ludovic Chabant <ludovic@chabant.com>
parents: 407
diff changeset
2 vim/bundle/ack = [git]https://github.com/mileszs/ack.vim.git
407
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
429
52c2cfeed504 Cleanup Vim plugins.
Ludovic Chabant <ludovic@chabant.com>
parents: 407
diff changeset
11 vim/bundle/goyo = [git]https://github.com/junegunn/goyo.vim.git
407
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
12 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
13 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
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/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
25 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
26 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
27 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
28 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
29 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
30 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
31 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
32 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
33 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
34 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
35 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
36 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
37
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
38 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
39
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
40 lib/hg/allpaths = https://bitbucket.org/ludovicchabant/allpaths
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
41 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
42 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
43 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
44 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
45 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
46 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
47 lib/hg/onsub = https://bitbucket.org/ludovicchabant/onsub
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
48 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
49 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
50
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
51 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
52
c6da0c9f40ae Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
53 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
54
431
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
55
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
56 [mactools]
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
57 asciinema =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
58 ccat =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
59 cscope =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
60 ctags =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
61 diff-so-fancy =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
62 fd =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
63 fish =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
64 fzf =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
65 git =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
66 global =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
67 mercurial =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
68 neovim =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
69 node =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
70 pyenv =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
71 python =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
72 python3 =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
73 ripgrep =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
74 ruby =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
75 the_silver_searcher =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
76 tldr =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
77 tmux =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
78 urlview =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
79 vim =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
80 weechat =
e0bb52007402 Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents: 429
diff changeset
81 z =